Aaron Ardiri wrote:
It looks like some .h files in MW are without include guards. May I know which
are those files ?
most .h files should be C++ ok, just check for the:
extern "C" {
...
}
declarations within the header files. if they dont have this; they
probably should :)
Hehe, don't forget to add
#ifdef __cplusplus
extern "C"
{
#endif
Regards
Henk
--
-------------------------------------------------------------------------
Henk Jonas [EMAIL PROTECTED]
Palm OS ® certified developer
Please contact me, if you need an off-site contract worker.
-------------------------------------------------------------------------
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/