> Is a  VoidPtr and a FieldPtr the same thing?

  programmatically, no..

  however, the compiler just really wants a pointer - which they both
  are. if you put your warning flags on, you'll find that it'll barf
  on you :)

  best option:

    .. (FieldPtr)getObject(..)

  cast the pointer into the appropriate type - just to keep compiler
  happy :)

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