Delphi2Cpp II compared to Delphi2Cpp I |
Top Previous Next |
Delphi2Cpp II is based on the experiences with the previous program Delphi2Cpp I, which translates Delphi 7 code only.
Delphi2Cpp I supports old style programs based on AnsiChars and AnsiStrings as well as programs based on WideChar and UnicodeStrings. Delphi2Cpp II produces Unicode based code only and preferes the use of a C++11 compiler. The old Delphi2Cpp also had the option to let "String" be defined as a standard string. This option is removed for the C++Builder target too: for C++Builder Strings are UnicodeStrings, for other compilers there are more options.
Some more differences are:
Delphi2Cpp II processes the Delphi language expansions which were added since Delphi 7
Delphi2Cpp II also uses the new features of C++11 to improve the translation results.
In addition there are some more changes in Delphi2Cpp II to improve or to simplify the translation:
Classes.pas TList
|
This page belongs to the DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |