> From: Jimi Malcolm
>
> The compiler's giving me an error that i'm trying to
> implicitly convert from an 'unsigned short' to a
> 'short *'.  I don't quite understand what I'm doing
>

This is one of the easiest errors to fix.  "Illegal implicit type
conversion" means you are counting on the compiler to convert one data type
into another and the compiler refuses to do it for you because the
conversion is impossible, illogical, or will possibly cause data loss.  The
compiler shows you the line where the error occurs, so it should be easy for
you to figure out the correct data type to use.


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