October 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).


October 30, 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).
>
>
I'd recommend you try using Derelict (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