USED FILES FOR DEPLOY YOUR APPLICATIONS
The actual library version consists in two files: CSOpenGLC.dll(Win32) and
CSOpenGL.dll(.NET).
They must be in the same folder or CSOpenGLC.dll must be in the Windows/System32
folder (or WinNT/System32 folder for Windows 2000 systems).
To use the GLView control as a normal control right-click on toolbox panel
and select customize, then look for CSOpenGL.dll assembly an you will find GLView
control. Then you can treat it as a normal control but requires CSOpenGLC.dll
to be in the Windows/System32 folder (or WinNT/System32 folder for Windows 2000
systems). This class needs a property derived from OGL (look at simple skeleton
sample to find it), this property is an instance of a class derived from OGL,
than contains OpenGL/GLU/WGL functions and constants in c-like definition.
DEVELOPMENT
In order to use it you must add a reference to your project.
Use all gl/glu/wgl functions and constants in OGL class.
|