Re: deploying on win32, font problem



You've to have the following directories/files in your application
directory structure.

Assuming your application's bin directory is located at $APPDIR/bin...

The following directories/files are needed.

$APPDIR/etc/gtk-2.0/gdk-pixbuf.loaders
$APPDIR/etc/gtk-2.0/gtk.immodules

$APPDIR/etc/pango/pango.aliases
$APPDIR/etc/pango/pango.modules

If your distribution has lib/pango/1.6.0/modules (or which ever pango
version), then you need to copy those dlls in modules directory to
appropriate directory in your application
($APPDIR/lib/pango/1.6.0/modules).

For the latest gtk+ though I did not find any dlls for pango modules.

Also you have to do similarly for gdk-pixbuf loaders and gtk immodules.

Surya


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]