www.digitalmars.com         C & C++   DMDScript  

c++ - Trouble using glut

reply appledelhi <appledelhi_member pathlink.com> writes:
Can't convert glut.lib using coff2omf. Can't generate valid glut lib file from
glut32.dll using implib. Jan Knepper's implib doesn't work either, stating that
it could not start SPPN.EXE when I direct it to the glut include directory.
Oct 04 2005
parent David Medlock <noone nowhere.com> writes:
appledelhi wrote:
 Can't convert glut.lib using coff2omf. Can't generate valid glut lib file from
 glut32.dll using implib. Jan Knepper's implib doesn't work either, stating that
 it could not start SPPN.EXE when I direct it to the glut include directory.
 
 
For my own purposes I find GLFW (http://glfw.sourceforge.net/) to be a much improved glut. -DavidM
Oct 05 2005