"James Dessart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > > I'm running POSE 3.4 on Mac OS X 10.1.2, emulating a Palm Pro with the > debug ROM installed. I also have a Palm Pro, with which I'm also > testing my software. Both have 2.0.5 installed. > > The issue I'm running into is this: when I HotSync install my program on > the actual device (using the Mac OS X Palm Desktop Beta), as the Palm > Pro enters its cleaning up phase, the device encounters a fatal > exception. It'll go into an infinite loop of resetting if I tap the > reset button, and needs to have a complete reset done, with the > batteries pulled out. > > Installing via the POSE host menu item reveals no problems, except that > I have some memory leaks on application exit.
Your application gets a special launch code after it is installed by HotSync that it doesn't get when installed through POSE's interface. You should be able to reset your device using a no-notification reset. This occurs by holding the up key when hitting the reset button. The usual cause of this problem is your program accessing global variables before you've verified that the launch is one that has globals available. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
