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++ - glut32.lib
We are unable to generate a valid glut32.lib file from a glut32.dll using the implib tool. After generating the lib we run implib again using glut.def. This is supposed to add a table to function names to the lib file. Implib crashes when we do this because it tool is referencing a null pointer. Does anyone have a glut32.lib file they are using to program OpenGL with Digital Mars?? Malcolm Kesson Prof of Visual Effects Savannah College of Art and Design Georgia USA Apr 03 2004
Malcolm Kesson wrote:We are unable to generate a valid glut32.lib file from a glut32.dll using the implib tool. After generating the lib we run implib again using glut.def. This is supposed to add a table to function names to the lib file. Implib crashes when we do this because it tool is referencing a null pointer. Does anyone have a glut32.lib file they are using to program OpenGL with Digital Mars?? Malcolm Kesson Prof of Visual Effects Savannah College of Art and Design Georgia USA Apr 03 2004
|