I got the error message when install mathlib.prc:
"The mathlib application cannot be replaced because it is currently running. Switch to another application and beam again."
Because the software I wrote needs to use mathlib.prc, it's causing confusion from my users. Anyone knows how to resolve the error message?
Sounds like your code is doing a SysLibLoad to load MathLib, but never is calling SysLibRemove to unload it when finished. That will leave the library open and locked, and prevent it from being replaced.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm 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/
