[gtkada] Re: Problems running testgtk

Dmitry A. Kazakov mailbox at dmitry-kazakov.de
Tue Aug 1 15:22:38 CEST 2006


The problem of missing gdk_pxibuf_save_utf8 entry point under Windows in
the DLL libgdk_pixbuf-2.0.0.dll looks like improperly generated bindings of
GtkAda.

The latest (gtk+-2.8.18) C source of gdk_pixbuf_core.h for Windows contains
the following fragment:
------------------------------
#ifdef G_OS_WIN32
/* DLL ABI stability hack. */
#define gdk_pixbuf_save gdk_pixbuf_save_utf8
#define gdk_pixbuf_savev gdk_pixbuf_savev_utf8
#endif
------------------------------
which obviously means that gdk_pixbuf_save_utf8 has to be routed to
gdk_pixbuf_save.

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de



More information about the gtkada mailing list