Re: [gtk-list] Re: GdkMagick: Advice needed



> You need to require the explicit init calls, because otherwise it creates
> real problems with libraries working together; for example gtk_init()
> calls gdk_init() so if you also call gdk_init() that's a problem. Or
> gnome_init() calls gtk_init(). The devel branch of gnome-libs has an
> extensible init mechanism to work around this sort of thing, but failing a
> complex scheme like that you need to let people do the init themselves.

Thanks, Havoc. I took gdk_init() out of gdk_magick_init().

I wonder if I should still keep gdkmagick_config....maybe I should investigate
this some.

--Arthur



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