Sign up

gtk 3.8 not compatible with win xp?

hi,

just updated my programming environment on my windows xp laptop to gtk 3.8.1_32-bit and gtkD 2.2.0. unfortunately, while gtk/d apps compile alright they crash upon start with:

"The procedure entry point ScriptItemizeOpenType could not be located in the dynamic link library USP10.dll."

a google search found https://bugs.freedesktop.org/show_bug.cgi?id=55494
saying that ScriptItemizeOpenType does not exist on windows xp.

so is gtk 3.8 not compatiple with xp :( or is this something within gtkD?

cheers,

det

Re: gtk 3.8 not compatible with win xp?

On Thu, 22 Aug 2013 04:49:45 GMT, det wrote:

hi,

just updated my programming environment on my windows xp laptop to gtk 3.8.1_32-bit and gtkD 2.2.0. unfortunately, while gtk/d apps compile alright they crash upon start with:

"The procedure entry point ScriptItemizeOpenType could not be located in the dynamic link library USP10.dll."

a google search found https://bugs.freedesktop.org/show_bug.cgi?id=55494
saying that ScriptItemizeOpenType does not exist on windows xp.

so is gtk 3.8 not compatiple with xp :( or is this something within gtkD?

cheers,

det

As far as i know the newer versions of Gtk depend on HarfBuzz, so the bug report linked also applies to Pango/Gtk.

Re: gtk 3.8 not compatible with win xp?

I should be able to update the installer with HarfBuzz 0.9.19 which should work on Win XP.

Re: gtk 3.8 not compatible with win xp?

I've updated the installer binaries:

Gtk3 Runtime 3.8.1 (32 bits)
Gtk3 Runtime 3.8.1 (64 bits)

Re: gtk 3.8 not compatible with win xp?

huh! this was fast.

i will try tonite. thank you very much.

/de

On Thu, 22 Aug 2013 13:59:44 GMT, Mike Wey wrote:

I've updated the installer binaries:

[Gtk3 Runtime 3.8.1 (32 bits)][1]
[Gtk3 Runtime 3.8.1 (64 bits)][2]

[1]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.132-bit.exe
[2]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.164-bit.exe

Re: gtk 3.8 not compatible with win xp?

yup, it works now!

thanks a bunch,

det

On Thu, 22 Aug 2013 13:59:44 GMT, Mike Wey wrote:

I've updated the installer binaries:

[Gtk3 Runtime 3.8.1 (32 bits)][1]
[Gtk3 Runtime 3.8.1 (64 bits)][2]

[1]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.132-bit.exe
[2]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.164-bit.exe

Re: gtk 3.8 not compatible with win xp?

On Fri, 23 Aug 2013 02:03:03 GMT, det wrote:

yup, it works now!

thanks a bunch,

det

On Thu, 22 Aug 2013 13:59:44 GMT, Mike Wey wrote:

I've updated the installer binaries:

[Gtk3 Runtime 3.8.1 (32 bits)][1]
[Gtk3 Runtime 3.8.1 (64 bits)][2]

[1]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.132-bit.exe
[2]: http://master.dl.sourceforge.net/project/gtkd-packages/gtk3-runtime/gtk3-runtime3.8.164-bit.exe

But for me it is not. I have similar problem: Win7 64bit, project & libraries build as 32 bit however.

Error:

The procedure entry point gdkpixbufanimationnewfromresource could not be located in the dynamic link library libgdkpixbuf-2.0-0.dll

Thanks

Re: gtk 3.8 not compatible with win xp?

On 08/30/2013 04:34 PM, Ondra wrote:

But for me it is not. I have similar problem: Win7 64bit, project &

libraries build as 32 bit however.

Error:

The procedure entry point gdkpixbufanimationnewfrom_resource

could not be located in the dynamic link library libgdk_pixbuf-2.0-0.dll

Thanks

From the error it looks like you have more than one version of Gtk+
installed and it's causing problems.

Re: gtk 3.8 not compatible with win xp?

On Fri, 30 Aug 2013 22:16:48 +0200, Mike Wey wrote:

On 08/30/2013 04:34 PM, Ondra wrote:

But for me it is not. I have similar problem: Win7 64bit, project &
libraries build as 32 bit however.

Error:

The procedure entry point gdkpixbufanimationnewfromresource <br>could not be located in the dynamic link library libgdkpixbuf-2.0-0.dll

Thanks

From the error it looks like you have more than one version of Gtk+
installed and it's causing problems.

Thanks a lot, you were right it was because of C# Xamarin Gtk installation.