> 
> The difference is probably the limited stack/heap
> space on the Personal.  The PalmPilot Personal
> does not have the tcp/ip stack, and so it does
> not have the extra 32k of stack/heap that is
> available on other devices.  You are probably
> running out of memory, or overwriting the stack
> with too many local variables.  The personal only
> has about 14k available for combined heap and
> stack space.  Try reducing local variable usage
> and or the amount of space that you MemPtrNew.

  actually.. this IS the problem.

  i use too much memory.. it cannot handle my dynamic
  memory requirements.. i will have to look into it
  so that it does not use as much.

  all my programs are graphical, hence they need 
  some dynamic memory for the backscreen buffers!

  i have a Cube3D demo that actually works.. but 
  i dont know how much free space i have left afterwards.

  i have a LOT of resources stored in the .prc file,
  mainly images.. this could be where that DB error is.

  :> thankz for the help.

az. 
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11


Reply via email to