Re:Re: how to make bcb generate hpp without omitting default parametervalues?
"vavan" <
XXXX@XXXXX.COM >wrote in message
Quote
so, perhaps using HPPEMIT is the only way to workaround
this problem?
HPPEMIT will only allow you to add new text to the HPP file. It will not
allow you to alter anything that the compiler adds to the file
automatically.
Quote
do you know how to correct wrong order of declarations in
generated hpp when using aforementioned HPPEMIT?
HPPEMIT statements always place their code at the top of the HPP file, in
the "user supplied" section, in the order that the HPPEMITs appear in the
Delphi source file.
Gambit