How do I use OpenGL in BorlandC?

I mean , how do I do about the environment settings?

Thank You!!

Hi,

I guess you must put OpenGL headers on Borland headers folder, and OpenGL libraries on Borland library folder, don’t forget .dll if you’re using specific library (such as GLUT).
You must also specify the linking settings with your compiler
by example, with Visual Compiler there is a “project settings” option, where you can put the name of the library used in your program (so these library must be in compiler library folder)

hope that helps

Thanks!!!
It helps a lot !!

nice to meet you :smiley: