"???" <[EMAIL PROTECTED]> wrote in message
news:52991@palm-dev-forum...
> Hi!
>
> I'm using Metrowerks CW7 in Windows and C++ environment setting.
>
> "TblSetCustomDrawProcedure" function use to set customdraw table
callback function
> but the callback function is class member function.
>
> CW7 Compiler illegal implicit conversion error message.

Class member functions aren't compatible with TblSetCustomDrawProcedure,
since they have a hidden first parameter which is used to send the
object pointer.  You can use a static member function of a class, but
not a normal or virtual member.



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