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