Advertisement

Programming OpenGL for free?

Started by February 26, 2000 11:28 PM
9 comments, last by Hobobo 24 years, 6 months ago
Free C++ Win32 compilers at the bottom of this page: http://www.delorie.com/djgpp/v2faq/faq3_6.html

I got the Borland compiler to work, but not with GL. It needs special libraries that I haven''t found yet. I didn''t think that that readme was too tough- just use notepad to make two files, something like this:

-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"

in one called bcc32.cfg in your bin directory, and another called ilink32.cfg in the same place, like this:

-L"c:\Borland\Bcc55\lib" -L"c:\Borland\BCC55\lib\PSDK\"

Sub in the directories you need, and it should compile at least something.


Lack
Lack
Christianity, Creation, metric, Dvorak, and BeOS for all!

This topic is closed to new replies.

Advertisement