Type |
Parameter |
Syntax |
{$NODEFINE identifier} |
The NODEFINE directive prevents the specified symbol from being included in the header file generated for C++, while allowing some information to be output to the OBJ file. When you use NODEFINE, it is your responsibility to define any necessary types with HPPEMIT. For example:
type Temperature = type double; {$NODEFINE Temperature} {$HPPEMIT 'typedef double Temperature'}
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|