Gary wrote:
Thanks very much Neil. I don't actually need globals, so assuming this works I should be all set to go!

Thanks,
Gary

Its a trick we use in all our apps. I'd recommend reading the code in the runtime library, as there are some situations when you don't need to call it as the runtime does itself (normal launch being one), and you should only ever call it once. Calling it a second time will cause problems as the inter-segment jump tables get corrupted. (We have some re-entrant launch codes that caused problems)

--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to