Hi there !
How can i get information about the functions in these two DLLs
(arguments, returned values . . .) to be able to use them from VB
in order to use OpenGl graphics ????????????????????
"Opengl32.dll"
"Glu32.dll"
Thanks anyway !!!!
Printable View
Hi there !
How can i get information about the functions in these two DLLs
(arguments, returned values . . .) to be able to use them from VB
in order to use OpenGl graphics ????????????????????
"Opengl32.dll"
"Glu32.dll"
Thanks anyway !!!!
Try looking at www.opengl.org for info on that files. Using a tool like Dependency Walker you can get the names of the functions in the DLL, but that is all.