> Is removing unused card number parameters and doing a search/replace > for UInt32 -> uint32_t so onerous that you think porting to PPC is > easier?
removing unused parameters + search and replace - BAH! #define UInt32 uint32_t i actually use uint32 in all my code, and for old palmos headers i had the following: #define uint32 UInt32 :) you dont need to modify your code that much. you can use the pre-processor to fix all these issues. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
