dhanushka jayakody <[EMAIL PROTECTED]> wrote:
>But when i try to compile it gives me this ERROR.
>
>Error : cannot convert
>'void (*) (void *, unsigned short, unsigned
>short,struct RectangleType *)' to
>'void (*) (void *, short, short,struct RectangleType
>*)'

The second and third parameters have to be signed 16-bit integers
(Int16 rather than UInt16).  If you're still using the pre-3.5 types,
they have to be Int rather than UInt.
-- 
    -M-                                              [EMAIL PROTECTED]

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