Re: [gtkmm] Which dlls to distribute



At 01:39 AM 1/1/2004, Stefan Andreßen wrote:
I am new to gtkmm and i have no idea which dlls (windows here) i have to ship with my application.
Only the gtkmm dlls? Or the gtk+ dlls, too?

Your gtkmm application will require both the gtkmm and GTK+ runtimes. For gtkmm, this is basically the glibmm, pangomm, atkmm, gdkmm and gtkmm DLLs. For gtk+, this is more complicated as you also have to include a bunch of other files (mostly pango related). Therefore, I recommend to either ask your users to install the gtk+ runtime from dropline and the gtkmm runtime from my site (available as a separate installer), or to hack your own installer based on the gtk+ one (the innosetup script is available from http://www.dropline.net/gtk/download.php) and adds the gtkmm DLLs manually to this installer.

Cedric







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