At 10:08 AM +0430 2/1/00, JPSIL_PALM wrote:
>"Could not install the PalmOS file "filename.prc" because PalmOS error
>0x0201 (dmErrMemError) occurred"
It sounds like you have a segment which is too large. Switching to the large code
model allows your segments to be larger because you don't have to worry about the
+-32K jump limit. However, you must still keep your segments under 64K (slightly less,
actually). You probably need to switch to using multiple code segments. Read the docs
to see how to do this. Once you do this, you should probably go back to the small code
model and keep your segments under 32K or so. This will make your code smaller and
faster. Jumps between segments are always "long", regardless of the code model, but at
least jumps within segments will be "short".
See:
http://oasis.palm.com/devzone/knowledgebasearticle.cfm?article_id=1501
Hope this helps.
-
Danny Epstein - Applied Thought
No Palm is an Island - try BeamBooks
http://www.appliedthought.com/beambooks
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html