www.digitalmars.com         C & C++   DMDScript  

D - OpenGL and D

reply Albin Pucnik <albin.pucnik guest.arnes.si> writes:
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.
Sep 21 2003
parent J Anderson <anderson badmama.com.au.REMOVE> writes:
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.
Sep 21 2003