With the Metrowerks compiler, we define __PALMOS_TRAPS__ when compiling for 68K Palm OS, and __PALMOS_ARMLET__ when compiling ARMlet code for Palm OS.Is there a way to know if we are compiling for PalmOS as on others platforms, example :#if defined (__BEOS__) // do that #elif defined(__QNXNTO__) // do this #elif defined(__PALMOS__) ????? .... #endif
--
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/
