digitalmars.D - OpenGL
- "Valéry Croizier" <valery freesurf.fr> Oct 29 2004
- J C Calvarese <jcc7 cox.net> Oct 29 2004
Where can I find the files (opendgl32, glu32, glut32) necessary to use OpenGL with DMD ? I tried to build the LIB from the DLL I use on my system (XP) with implib, but in the end I get link errors anyway (all functions are missing).
Oct 29 2004
In article <clugst$44k$1 digitaldaemon.com>, Valéry Croizier says...Where can I find the files (opendgl32, glu32, glut32) necessary to use OpenGL with DMD ? I tried to build the LIB from the DLL I use on my system (XP) with implib, but in the end I get link errors anyway (all functions are missing).
(http://www.dsource.org/projects/derelict/). It contains OpenGL and other related goodies. If that's not your cup of tea, try reading these topics: http://www.dsource.org/forums/viewtopic.php?t=414 http://www.dsource.org/forums/viewtopic.php?t=380 http://www.dsource.org/forums/viewtopic.php?t=221 I think that'll be enough to get you started. :) Good luck. jcc7
Oct 29 2004








J C Calvarese <jcc7 cox.net>