GtkD not working

Mike Wey mike-wey at example.com
Tue Jun 11 10:30:12 PDT 2013


On 06/11/2013 03:33 PM, Daemon wrote:
> I've been checking stack overflow and some blogs and kept trying various
> things. I finally managed to launch it normally. For anyone who might
> have had the same problem, the solution is to pass "-L-lgtkd -L-ldl" to
> the command line.
>
> Project -> Properties -> Command Line -> Additional Options.

I don't know your setup but you should usually get some linker error 
when not linking against the gtkd libraries.

Also your first post whould suggest you are using Windows while -L-ldl 
would link in the Linux dynamic linker.

-- 
Mike Wey


More information about the Digitalmars-d-learn mailing list