What is not translated |
Top Previous Next |
There are some principle problems at the conversion of Delphi code to C++ which cannot be resolved by an automatic translator. But even things which DelphiXE2C++11, normally can handle may fail in complex nested cases. Sometimes DelphiXE2C++11 generates explicit "todo"-comments where something has to be completed manually.
The conversion to C++Builder code seamlessly works together with the existing adoption to the Delphi RTL/VCL, but manual justifications to some helper names might be necessary. DelphiXE2C++11 makes little effort to cooperate with own Delphi code. An example of using a Delphi interface is here. If you need more, please contact me.
Some Delphi constructs, which aren't, automatically translated yet are:
Special problems:
lifetime extension of bound variables https://isocpp.org/wiki/faq/strange-inheritance#calling-virtuals-from-ctors
|
This page belongs to the DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |