September 21, 2003
Anyone has OpenGL import modules and import libraries?
If not, anybody knows how to create import libraries
from dll's without writing defenition files. I used
implib.exe tool from Digital Mars, but linker does not
recognize created import libraries.

September 22, 2003
Albin Pucnik wrote:

> Anyone has OpenGL import modules and import libraries?
> If not, anybody knows how to create import libraries
> from dll's without writing defenition files. I used
> implib.exe tool from Digital Mars, but linker does not
> recognize created import libraries.
>
I was going to leave this to someone who knows more about the status quo of opengl and D.

Anyway you can get opengl 1.1 from for D from Pavel's D website (http://int19h.tamb.ru/files.html), although that's a bit outdated (Pavel's been away for a long while).  Burton's Dig also supports it (http://www.opend.org/dig/classCanvasGL.html).

Good luck.