Sign up

gdk_pixbuf_animation_new_from resource not found

I need some help to get started. My configuration is:
dmd.2.064.2
GtkD-2.3.0
gtk3-runtime3.8.132-bit.exe
Windows 8.1

I have done the steps as described on the windows
instruction page. I build the libraries (32 bit) and copied
the libraries and edited the sc.infi file.

Compilation of the hello.d file works (dmd hello.d -L+gtkd.lib).
But when I try to start the file I receive
an error: gdkpixbufanimationnewfrom_resource was not found
in "...(x86)\Gtk-Runtime\bin\libgtk-3-0.dll".

Kind regards
André

Re: gdk_pixbuf_animation_new_from resource not found

Just noticed, it is working with Gtk-Runtime-3.6-Setup.exe
which is mentioned directly on the windows instruction page.

Directly on the Download page "Gtk+ Runtime 3.8" is promoted.

Re: gdk_pixbuf_animation_new_from resource not found

On 11/18/2013 04:43 PM, Andre wrote:

Just noticed, it is working with Gtk-Runtime-3.6-Setup.exe
which is mentioned directly on the windows instruction page.

Directly on the Download page "Gtk+ Runtime 3.8" is promoted.

The Windows Instructions should point to 3.8.

From your error it looks like you have more than one version of Gtk
installed, is this the case?

Re: gdk_pixbuf_animation_new_from resource not found

On Mon, 18 Nov 2013 20:12:31 +0100, Mike Wey wrote:

On 11/18/2013 04:43 PM, Andre wrote:

Just noticed, it is working with Gtk-Runtime-3.6-Setup.exe
which is mentioned directly on the windows instruction page.

Directly on the Download page "Gtk+ Runtime 3.8" is promoted.

The Windows Instructions should point to 3.8.

From your error it looks like you have more than one version of Gtk
installed, is this the case?

You are correct, I installed 3.8 again and copied hello.exe in path
".../Gtk-Runtime/bin/" and it works.
Except the Gtk-Runtime I have also a GtkSharp installation needed for Xamarin Studio.
I think this was the conflicting part.
Thanks a lot!