ForumJP
10-09-2004, 12:46 PM
hi, i am a student user of opengl. in my code...i used the type GLUqudricOBJ so i can use the opengl function gluCyclinder to draw cyclinders...i compiled the code no problem...however...the glut window will not open and gives me this msg:
Unhandled Exception: System.TypeLoadException: Could not load type GLUquadric fr
om assembly TEST, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.
at base()
at display() in c:\documents and settings\benson\my documents\visual studio p
rojects\experiments\test\test\test.c:line 481
at glutMainLoop()
at main(Int32 argc, SByte** argv) in c:\documents and settings\benson\my docu
ments\visual studio projects\experiments\test\test\test.c:line 536
Press any key to continue
i am guessing the problem is not within the code... i am currently using microsoft visual studio.net professional edition with windows xp ... have anyone come across the same problem or does anyone no how to resolve this ??
thanks for your time~
Unhandled Exception: System.TypeLoadException: Could not load type GLUquadric fr
om assembly TEST, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.
at base()
at display() in c:\documents and settings\benson\my documents\visual studio p
rojects\experiments\test\test\test.c:line 481
at glutMainLoop()
at main(Int32 argc, SByte** argv) in c:\documents and settings\benson\my docu
ments\visual studio projects\experiments\test\test\test.c:line 536
Press any key to continue
i am guessing the problem is not within the code... i am currently using microsoft visual studio.net professional edition with windows xp ... have anyone come across the same problem or does anyone no how to resolve this ??
thanks for your time~