.hack//GU 0 Report post Posted March 3, 2006 How can enable OpenGL in my C++? I mean the Borland C++, not Visual C++. What do I need other than glut.h that I've found, and how to use it? Thanks in advance. Share this post Link to post Share on other sites
dexter 0 Report post Posted March 3, 2006 Borland C++ 5.02 OpenGL ProgrammingThat's what my searching came up with. I'm afraid I can't help any further in regards to Borland. Though, if you do have a choice in compiler/IDE, then Dev-C++ IDE with the MingW g++ compiler has a simple system for setting up OpenGL. Basically, install the IDE, then go to the menu to add packages and find the OpenGL package.It is possible that NeHe's OpenGL site has some info on that sort of thing. Share this post Link to post Share on other sites