GtkD HelloWorld app crashes with exception
Alexandr Druzhinin
drug2004 at bk.ru
Sat May 18 02:55:02 PDT 2013
18.05.2013 16:17, Enjoys Math пишет:
> Then upon continuing I get an infinitely repeating
>
> Unhandled exception at 0x00000000 in WindowsApp2.exe: 0xC0000005:
> Access violation reading location 0x00000000.
>
> message box popping up.
Did you check that path to Gtk runtime binaries is the first? I guess
there is some other application in your path variable that is using
different zlib1.dll and when you run your app it load incorrect version
that results in what you get. Check you path once again.
More information about the Digitalmars-d-learn
mailing list