> Hello all,
>       I am working on a Palm virtual driver for which the PRC file has
> reached about 23k, recently when I call the functions I use to log what
> is happening from .c files other than the main one the driver will crash
> with a fatel exception.  I seems to act as if my code is too big to fit
> in a single segment.  What is the story with the jump size limit in Palm
> apps - obviously the functions of the virtual driver are not in a nearby
> segment to the application that is currently running - or am I
> mistaken?  Therefore how are the functions called in order to avoid the
> 32K jump limit and how does this limit affect the internal function
> calls of the driver?  Could this have anything to do with the strange
> crashes I am seeing?  If not could anyone offer any suggestions of where
> else to look?

  if your code segment (code0001.bin) is not larger than 32767 or so
  bytes (you say your PRC is 23K, so, i doubt it is), then i would 
  say it is safe to assume that it isn't the code segment size that
  is your problem.

  what errors/problems are you reporting?
 
// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to