Ben, This is a little off topic, but relative to calling libraries from libraries. Two questions:
1) Is it safe to call libraries from libraries (i.e. MyLib makes a call to MathLib)? 2) What might cause a fatal exception to occur after unloading a library or when the calling lib closes long after the second lib was closed I.e. -WAPUniverse (appl) calls iScriptLib (libr) on open -WAPUniverse tells iScript lib to execute a WMLScript function -iScript loads the MathLib, makes any calls to MathLib -iScript closes MathLib (sometimes crashes here) -iScript returns to WAPUniverse (but does not close) -user goes about whatever -WAPUniverse starts closing (AppStop function called) -WAPUniverse closes iScriptLib (most fatal exceptions occur here) -WAPUniverse exits (or is supposed to exit here)) I am using PRC-Tools. Thanks, Donald "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 10:29 AM 1/6/2005, you wrote: > >I am using CW to build the lib. How can I make this string PC relative ? > > 1) Make sure the 68K Processor panel has "PC-Relative Strings" turned on. > 2) Use the string directly in the program text -- use a macro or just > specify it inline, don't refer to it from a global or static variable. > > > -- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. > "Combee on Palm OS" weblog: http://palmos.combee.net/ > Developer Forum Archives: http://news.palmos.com/read/all_forums/ > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
