Hi John, This might be an easy one to fix.
a2dCanvasObject* GetParent( void ) const The void parameter causes problems. Maybe you can simply skip it. I remember some compilers give a warning if its missing, so it is often there. Klaas ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
