C++ code for other compilers

Top  Previous  Next

Pretranslated C++ code > Delphi RTL/VCL > C++ code for other compilers

The code for Visual C++ in "..\Delphi2Cpp\Source\VisualC" uses the specific property extension of this compiler, while properties are eliminated completely  in the code for other compilers in "..\DelphiXE2Cpp11\Source\Other". The code consists in .cpp and .h files with the following names. The names denote the subject of the files. The most important of these files is d2c_system, which provides basic functions like "High" and "Succ" etc. The other files also are supplementing missing parts of System.pas and other helper functions. The include directives of needed files are inserted into the generated code automatically by DelphiXE2Cpp11.

 

 

d2c_config

d2c_convert

d2c_openarray

d2c_smallstring

d2c_smallstringconvert

d2c_sysconst

d2c_syscurr

d2c_sysdate

d2c_sysfile

d2c_sysiter

d2c_sysmac

d2c_sysmarshal

d2c_sysmath

d2c_sysmem

d2c_sysmeta

d2c_sysmonitor

d2c_sysobject

d2c_sysstring

d2c_system

d2c_systypes

d2c_sysvariant

DelphiSets

OnLeavingScope

 

 

The complete code also contains:

 

 

 

 

and an rtl-folder with the pre-translated files of the Delphi RTL



This page belongs to the DelphiXE2Cpp11 Documentation

DelphiXE2Cpp11 home  Content