Board index » cppbuilder » Re: how to make bcb generate hpp without omitting default parametervalues?

Re: how to make bcb generate hpp without omitting default parametervalues?


2004-11-24 12:23:26 AM
cppbuilder52
vavan wrote:
Quote
so, perhaps using HPPEMIT is the only way to workaround this problem?
For regular functions yes. For class members no.
Quote
do you know how to correct wrong order of declarations in generated
hpp when using aforementioned HPPEMIT?
Wrong order? What do you mean by that ?
 
 

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