GtkD HelloWorld app crashes with exception

Enjoys Math enjoysmath at gmail.com
Sat May 18 00:26:13 PDT 2013


Now the minimal example causing the error is a console app with 
code:


module main;
import std.stdio;

void main(string[] args)
{
	readln();
}


When I link with GtkD.lib, the executable is broken.

I've tried using GtkD 1.7.2 from that same google code repo, but 
got errors trying to build it.

Thanks.


More information about the Digitalmars-d-learn mailing list