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.