On Saturday, 27 October 2012 at 20:02:16 UTC, Mike Wey wrote:

Did you already check if your code doesn't actually defines main twice?

I don't think so... here's the code:

module primary;

import gtk.Main;

void main(string[] args)
{
        Main.init(args);
        Main.run();
}

Thanks for your help.

Reply via email to