BillJ
08-02-2001, 09:39 AM
I have been trying to get the gluTessCallback functions to work with VC++ using the the example tess.c and moving to program tess.cpp
the tess.c program runs fine however when I
compile the same code snip in VC++ I get the following error
I have work with alot of OpenGL but fairly new with VC++ help!!! http://www.opengl.org/discussion_boards/ubb/smile.gif
'gluTessCallback' : cannot convert parameter 3 from 'void (const double *)' to 'void (__stdcall *)(void)'
None of the functions with this name in scope match the target type
'gluTessCallback' : cannot convert parameter 3 from 'void (unsigned int)' to 'void (__stdcall *)(void)'
None of the functions with this name in scope match the target type
the tess.c program runs fine however when I
compile the same code snip in VC++ I get the following error
I have work with alot of OpenGL but fairly new with VC++ help!!! http://www.opengl.org/discussion_boards/ubb/smile.gif
'gluTessCallback' : cannot convert parameter 3 from 'void (const double *)' to 'void (__stdcall *)(void)'
None of the functions with this name in scope match the target type
'gluTessCallback' : cannot convert parameter 3 from 'void (unsigned int)' to 'void (__stdcall *)(void)'
None of the functions with this name in scope match the target type