On 01/28/2016 12:38 AM, Chris wrote:
Hello I appreciate you did not forget about me, I did purge all GTK dlls from my system except the set I left in the program directory and I still get the same error, anything else I could try?
Thanks.
Could you run the following application and post the output here?
import std.stdio;
import gtkc.Loader;
import gtk.Version;
void main()
{
writefln("Gtk version: %s.%s.%s",
Version.getMajorVersion(), Version.getMinorVersion(),
Version.getMicroVersion());
Linker.dumpLoadLibraries();
Linker.dumpFailedLoads();
}