does GtkD (win7) support opengl?

Jesse Phillips Jessekphillips+d at gmail.com
Tue Apr 2 07:38:56 PDT 2013


On Tuesday, 2 April 2013 at 06:19:23 UTC, Alexandr Druzhinin 
wrote:
> 02.04.2013 1:32, Jesse Phillips пишет:
>> Please provide your compile command, it looks like you didn't 
>> tell the
>> linker where to find GtkD.
>
> cd path/to/GtkD/demos/gl/simple
> dmd SimpleGL.d -I../../../src -I../../../srcgl 
> ../../../src/GtkD.lib
>
> without GtkD.lib there are much more undefined symbols

Ops I was thinking Derelict, I don't think GtkD is dynamically 
linked, so you'll also need to say where gtk is.


More information about the Digitalmars-d-learn mailing list