OpenGL in Visual Basic?

Started by
5 comments, last by Human_AI 23 years, 9 months ago
Hi, Does anyone know if it is possible to program use OpenGL in visual basic? www.InfiniteAbyss.net
Advertisement
I haven't messed around with the programming of it yet, but i've seen resources on the net... as far as i know it is possible to do it. i'll try to dig up some urls for ya.


ttyl
-mike

Edited by - thr33d on August 6, 2000 3:49:53 PM
This is a link to a dutch page where you can download a VB type library for OGL and it explains how to setup OGL in VB (with pictures, so you don't need to read the dutch comments )



"Ehm.. hope I've helped?"



Edited by - richardve on August 6, 2000 5:00:29 PM
I saw some today on www.opengl.org somewere in the tutorials section.
try this as well... I''ve found some alright stuff there (including the type lib and some tutorials and example code etc)

-------------
squirrels are a remarkable source of protein...
Alternatively, if you don''t want to be restricted by a library that you can''t modify, then the *only* sensible solution is to code a DLL in VC++ and link to it in VB.

At least, that way you can recompile the DLL whenever you need to make changes.



========
Smidge
www.smidge-tech.co.uk
========
--Mr Smidge
Thanks for the help! I might try making a c++ dll, though I would rather do it all in vb.

This topic is closed to new replies.

Advertisement