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.
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.