Re: GtkD not working

2013-06-11 Thread Daemon
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. I am using Windows, but adding those thingamajigs still solves the

Re: GtkD not working

2013-06-11 Thread Mike Wey
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 ->

Re: GtkD not working

2013-06-11 Thread Daemon
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.

Re: GtkD not working

2013-06-10 Thread Daemon
Do you get any error messages? None that I know of. It compiles and starts to launch, then just throws an exception.

Re: GtkD not working

2013-06-10 Thread Mike Wey
On 06/10/2013 04:51 PM, Daemon wrote: Hello, I'd appreciate any help. I downloaded the GtkD sources and built the GtkD.lib using rdmd, so far so good. I have followed the instructions in "Installing on Windows" (editing sc.ini and copying contents of the src folder of GtkD into DMD's src folder,

GtkD not working

2013-06-10 Thread Daemon
Hello, I'd appreciate any help. I downloaded the GtkD sources and built the GtkD.lib using rdmd, so far so good. I have followed the instructions in "Installing on Windows" (editing sc.ini and copying contents of the src folder of GtkD into DMD's src folder, etc.). I also installed the Gtk 3.