At 18:44 2002-11-28 -0500, you wrote:
This  turned out (as is so often the case)  to be my own error. I was using
C++ and was locking a font resource in the constructor. I had forgotten that
I had this object hanging around! Thanks, once again, for all the input.

However, I am interested to know why, after I tried to load my app more than
15 times I got the lock count error. The error ocurred at launch before
PilotMain. This would imply that the run-time must be getting a lock at the
start. Is this true.
The runtime library has to lock the code resources at program start so they won't be moved by the system while the program is running.


--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com


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

Reply via email to