|
-
February 12th, 2003, 03:51 AM
#1
opengl and managed code
I want to use some of the .net classes in a program that uses opengl. But if I enable managed code (#using <mscorlib.dll> and /clr) I get an error regarding an opengl object. The exact error is a runtime error and is:
----------
An unhandled exception of type 'System.TypeLoadException' occurred in Go.exe
Additional information: Could not load type GLUquadric from assembly Go, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.
----------
The program runs fine if I do not use the /clr option. I am new to the whole .net thing so maybe I am doing something wrong.
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|