"reshma" <[EMAIL PROTECTED]> wrote in message news:68074@palm-dev-forum... > > hi, > can anybody tell me how to use Coord datatype?Is it defined in any of > header files? I have to use FrmSetObjectPosition. for that i need to know > the usage of Coord
Coord is defined in PalmTypes.h. It is a typedef for Int16, the signed 16-bit integral type. This should be defined for you if you've included <PalmOS.h>, the standard Palm OS header. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
