I'm trying to write a bit of code that gets launched without globals (by intention), and doesn't have any in my code, but it seems to be trying to access some anyway. I've narrowed it down to calls to StrPrintF and StrIToH... I take those out, and it runs without crashing... I put them back in, and I get a crash. There's no variables in my code that these calls are referencing that aren't being referenced elsewhere, so it's not like adding them is adding any references to any additional variables of mine.
Can someone tell me what's going on? Thanks. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator Frisbeetarianism, n.: The belief that when you die, your soul goes up the on roof and gets stuck. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
