Board index » cppbuilder » Opengl in Borland C++ Compiler 5.5
Filipa Andrade
![]() CBuilder Developer |
Opengl in Borland C++ Compiler 5.52004-11-24 06:53:52 AM cppbuilder94 Hello, I'm using the Borland C++ Compiler 5.5 With Command Line Tools Version 5.5.1 but after following the instructions for opengl usage in a couple of web pages I still cannot compile the code because the compiler cannot find the libraries. I'm using win98 2E. I really don't understand why it doens't work so I'm hoping someone could help me! Here is what I did in one of the try number 1 with the help of this site sbenavides.tripod.com/OpenGL.html : 1. Extracted the compiler to C:\Borland\BCC55 2. Add PATH=C:\BORLAND\BCC55\BIN;%PATH% to "autoexec.bat" file 3. Copy the header file "glut.h" to the BORLAND\BCC55\INCLUDE\GL directory. 4. Copy "glut32.lib" into the BORLAND\BCC55\LIB directory. 5. Copy "glut32.dll" into the Windows\System directory. 6. create the bcc32.cfg and ilink32.cfg in bin 7. try to compile the file program1.cpp like this Quotebcc32 program1.cpp glut32.lib The I tried another site www.gantless.com/borland.html and I did what they said: 1 to 3. same as previous example 4. copy the 4 dll files glut32.dll, opengl32.dll, glu32.dll and glut.dll to c:\windows\system 5. used the implib comand to produce the .lib 4 files using the previous dll's 6. tried to compile an example and the same errors apeared as previous I think that's all. I really apreciate some help! Thanks, Filipa |