Paul V. <[EMAIL PROTECTED]> wrote:
> Does anyone have an understandable explanation for what causes the
> following errors?
[...]
> Error   : illegal implicit conversion from 'void *' to 'FieldType *'

You're programming in C++ and you've forgotten that, unlike in C, there
is no implicit conversion down from void*, so you have to explicitly
cast the value returned by FrmGetObjectPtr().

> Error   : illegal implicit conversion from 'void **' to 'char **'

You're using an SDK prior to 3.5, and are mixing up VoidHands and Handles.

    John

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