Verbose |
Top Previous Next |
User interface > Translation options > Output options > Verbose
Per default the Verbose option is set. That means, that comments are inserted into the output at critical places, where the translation might cause errors. Often such comments simply are quotations of the original Delphi code, which allow a quick comparison.
To distinguish these comments from converted comments, which stem from the Delphi source code, they are marked with a hash character (octothorpe) '#'.
E.g.:
WORD Words[4/*# range 0..3*/];
|
This page belongs to the DelphiXE2Cpp11 Documentation |
DelphiXE2Cpp11 home Content |