C like output

Top  Previous  Next

User interface > Translation options > Output > C like output

 

This option is accessible in the professional version only.

 

By this option Delphi2Cpp can generate C like code: Then

 

1.an extern "C" declaration is put in front of functions and global variables
2. instead of references of structures, their addresses are passed to functions. This also concerns String parameter: Strings are passed as pointers.
3.the extension of the generated source file is ".c" instead of ".cpp"


This page belongs to the Delphi2Cpp Documentation

Delphi2Cpp home  Content