Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

glut32.lib for borland

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I need to find the "glut32.lib" v3.7 for my Borland compiler. I have glut32.lib, but it is for Microsoft compilers. I also heard about implib, and that it can generate the correct glut32.lib file. Bottom line, i need to download/generate glut32.lib version 3.7 for Borland. Please direct me.
 
I think it is o.k. to generate glut32.lib for borland
compiler by using implib.

implib destpath\glut32.lib srcpath\glut32.dll


If it doesn't work correctly, you can download the
source files and compile it using borland c++.

Hee S. Chung
heesc@netian.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top