> What flag do I use to check if I'm running on PalmOS or Windows > > #ifdef <FLAG?> > some Palm specific code > #elseif _Win32 > some Windows specific code > #endif
PalmOS.h:#ifndef __PALMOS_H__ PalmOS.h:#define __PALMOS_H__ try checking for that? most of the recent SDK's define this. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
