On Mon, 21 Jul 2014 23:26:42 +0200, Mike Wey wrote:

On 07/21/2014 03:19 AM, Joel Christensen wrote:

On Sun, 20 Jul 2014 10:55:17 +0200, Mike Wey wrote:

On 07/20/2014 05:04 AM, Joel Christensen wrote:

On Sun, 20 Jul 2014 01:55:12 GMT, Joel Christensen wrote:

Hi, I'm still getting this error:

object.Exception@gtkc\Loader.d(123): Library load failed: libgtk-3-0.dll

I noticed the test program worked, though.

With Xamarin I get a similar error:

object.Exception@src\gtkc\Loader.d(127): Library load failed: libgdk-3-0.dll.

Are you using the master branch or the 2.3 branch? The version of the
Loader on master was modified to avoid issues with having multiple
versions of Gtk+ installed.

The 2.3 branch (didn't use Git).

The error is because without the changes in master, the location of the
newer GTK+ version needs to be listed in the PATH before the older version.

A 2.4 release has been long overdue, i might need to release it without
updating the wrapped GTK+ version.

Yay, got it working with git (Master). Thanks Mike.