Hello,
I have a project where in I am porting code from VC++ 6.0 to C++ Visual Studio 2005.
There is a module which is currently using OpenGL for 3D graph plotting. I have never worked with OpenGL before.
Anyway, I have ported the code using CsGL library. But during compilation I am receiving error in following statement:
GLU::gluTessCallback(tobj, GLU_TESS_BEGIN, GL::glBegin);
'CsGL::OpenGL::GLU::gluTessCallback' : none of the 15 overloads could convert all the argument types
If possible do let me know the solution for this at the earliest as I am really short of time.
Regards,
Abhishek
|