www.digitalmars.com         C & C++   DMDScript  

c++ - glut32.lib

reply Malcolm Kesson <Malcolm_member pathlink.com> writes:
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
parent Jan Knepper <jan smartsoft.us> writes:
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
 
 
Try this... www.digitalmars.com/~jan/ -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Apr 03 2004