Dave Mottorn wrote: > > I'm implimenting the find command in my application. It works fine if I > start the find when my application is running. In fact it works repeatedly. > If I start the find when my application is not running I get a fatal > exception. Any ideas what I need to do?
Globals? You can't use them when your find code is called from another app. Check you have no globals by looking at the size of Data column in the MetroWerks IDE or by using 'm68k....objdump --section-headers' that comes with gcc tools. djw -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
