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 !!!!
Your best bet would be to learn to read C++ declarations, then you would be able to translate them to VB Declares.
Z.
Add theis to the projects references then goto PLanet-Source-Code.com and search for Fly in Visual Basic, then you will find a demo that some guy has made showing how to use this.
(EDIT)
Damn it wouldnt let me add it. ok check ur mail
Get the VB OpenGL type library. It automatically declares everything, so it isn't a pain to set up.
Thats what i mailed him ! :D
Hi Sastraxi !!
Thanks for replying !!
From where can i get this VB lib ???????????????
Thanks !
I need a sample on this lib (or hints ) because it's a huge one and i'm just starting with OpenGl
thanks any way!!!!:confused:
hang on and i'll mail u one, or search on planet-source-code.com like i told u.
Mini-example to start you off:
http://www.parksie.net/simplegl/SimpleGL.html