"Layne Lund" <[EMAIL PROTECTED]> a �crit dans le message de news:[EMAIL PROTECTED] > > > It looks like the warning refers to line 2 in your header file. Would you mind posting that line of code here? >
Your right, there is a define without numeric value
line 1: #ifndef MAC_RESOURCES_H line 2: #define MAC_RESOURCES_H . . .
This is generated by constructor. looks like PilRC compiler does not likes this. I dont care if it gives a warning. but in my case it gives an error and stops compilation.
Hmmm... PilRC should be able to understand these. It's a bug that it doesn't allow a #define with no value. I'll forward this to the PiLRC developer list, and we'll try to get it fixed before the final 3.0 version that should be out soon.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
