J
John Vannoy
I have created a small OpenGL app in VC.NET and so far so good. But
when I try to create a GLUquadric object with gluNewQuadric, I get a
runtime error:
An unhandled exception of type 'System.TypeLoadException' occurred in
GLTest.exe
Additional information: Could not load type GLUquadric from assembly
GLTest, Version=1.0.1553.28010, Culture=neutral, PublicKeyToken=null.
This code is very straigtforward:
GLUquadric *quad=gluNewQuadric();
And is copied straight from a VC6 project. The program runs with no
errors if I take that line out. Any ideas?
Thanks,
John
when I try to create a GLUquadric object with gluNewQuadric, I get a
runtime error:
An unhandled exception of type 'System.TypeLoadException' occurred in
GLTest.exe
Additional information: Could not load type GLUquadric from assembly
GLTest, Version=1.0.1553.28010, Culture=neutral, PublicKeyToken=null.
This code is very straigtforward:
GLUquadric *quad=gluNewQuadric();
And is copied straight from a VC6 project. The program runs with no
errors if I take that line out. Any ideas?
Thanks,
John