Hello,
I have a .c file that must compile different part of code
depending on a define ex :
#ifdef _PALM_OS
int i;
#else
char i;
#endifHow can I set the _PALM_OS string as a compiling define in the project setting ? thanks ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
