I am glad to know what the problem is.  What are chances for an update which
fixes this?  Is there any way I could patch my existing tools or otherwise
do something to help out users of my application?  More than a few of them
use flash rom, so they are less than fully pleased with me just now.  I also
have Code Warrior which I bought for another project, but I really have no
desire to try and port over to it (and redo all my resources :(  ) to fix
this.

Charles Morris

John Marshall <[EMAIL PROTECTED]> wrote in message
news:5032@palm-dev-forum...
>
> Charles Morris <[EMAIL PROTECTED]> wrote:
> > would the fact that
> > I now have multiple segments require some sort of clean up on
application
> > exit trigger this situation?
>
> Yes.  The prc-tools startup code does the following to release the extra
> code resources when your app exits:
>
> MemHandle hnd = MemPtrRecoverHandle (*++basep);
> MemHandleUnlock (hnd);
> DmReleaseResource (hnd);
>
> Bummer.  So maybe this should be rewritten for ROM apps...
>
> >[Quoting Bob Ebert...]
> >> Probably by
> >> keeping the handle around in a different variable...
>
> Right.  I didn't want to use up some more global space and complicate
> the startup code doing this, but perhaps we'll have to.  :-(
>
>     John
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to