>     Have written a database app, and testing on POSE.  When I make my first
> save to the database I get a warning from POSE that ".... has just written
> directly to memory location zero (NULL)", this only happens the first time.
> Any thoughts?
> Regs, Ian Alston

{
  UInt16 *p;

  p = NULL;
  *p = 10;
}

  will do the same thing :) so.. what you should look for, is a NULL
  pointer somewhere. maybe you have not allocated it? :) 

  cheers
  
// 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