Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - OpenGL Lib Files.
When ever I try to compile a program which uses the GLUT libraries in DMC, I get the following error message: "C:\dm\bin\...\lib\glut32.lib : Not a Valid Library File" Does anyone know a way to fix this problem? -js Jan 21 2004
"jstrom" <jstrom_member pathlink.com> wrote in message news:buni3v$4ah$1 digitaldaemon.com...When ever I try to compile a program which uses the GLUT libraries in DMC, Jan 23 2004
I solved this problem by using Borland C++'s impdef and implib to generate my own glut32.lib. "jstrom" <jstrom_member pathlink.com> дÈëÓʼþ news:buni3v$4ah$1 digitaldaemon.com...When ever I try to compile a program which uses the GLUT libraries in DMC, Jan 27 2004
|