From: To: Subject: eCo Software Runtime (Base) updated to 20140124 eCo Software Runtime (Base) updated to 20140124 You can download it from ftp://www2.ecomstation.ru/runtime/Base/eCoRT-Base-20140124.wpi ecomedia 13.01.2014 Konstantin S. Kozlov AKA Yagiza + Added correct release switches for all tergets. 13.01.2014 Konstantin S. Kozlov AKA Yagiza (version 2.5) ! Gpi2CreateBitmap(), Gpi2DeleteBitmap(), Gpi2AccessBitmapData() wasn't really thread-safe. ! Gpi2Bitmap2FromBitmap(), Gpi2BitmapFromBitmap2(): fWrite argument of Gpi2AccessBitmapData() was switched. ! Minor bug in Gpi2CreateBitmap(). ! Wrong parameter list in external declaration of Gpi2AccessBitmapData() in icon.c. ! Added missing zlib\zlib.tgt under version control. ! Source files in DLL\ecomedia.tgt had absolute path. Changed to relative. * Minor updates and bug fixes. 19.08.2012 Konstantin S. Kozlov AKA Yagiza - Added functions to detect image format (Gpi2IsPng(), Gpi2IsJpg()) and for loading image with automatic format detection (Gpi2ReadImage()). - pngtest sample application now has menu for selecting a file for backgrond image (both JPER and PNG are supported) and for resetting background image to default one. 18.08.2012 Konstantin S. Kozlov AKA Yagiza - Added support for JPEG images. - pngtest sample application now uses background image in JPEG format. 13.08.2012 Konstantin S. Kozlov AKA Yagiza - Made BITMAP2 mechanism thread safe, using per-image mutex semaphores. ezip 17.01.2014 Dmitry A.Steklenev - Added szBasePath field to ZCOMPRESS_OPTIONS structure. - Optimized memory usage.