Tuesday, 21 September 2010 12:24

Version 0.78.0 is available

Written by

This new version mainly focuses on Unicode support and its related bugs in previous versions. It also removes dependency to Delphi's default Indy version. It is done by including a custom version of Indy library (10.5.7) which I call it uIndy. In uIndy all Indy units are renamed by adding letter "u" to beginning of the original Indy unit name. e.g. IdGlobal has become uIdGlobal and etc. As a result uniGUI will use uIndy which won't conflict with custom Indy versions that you may have previously installed. This will also fix Delphi 2009 Unicode problem. In previous versions, uniGUI couldn't support Unicode in Delphi 2009 because Indy version shipped with D2009 wasn't completely ready for Unicode. Please see ChangeLog for details.

Read 3364 times