Re: Strange error in using ThumbnailFactory::create()



Thanks.
So the problem disappear now, with:

		Glib::thread_init();
		Gnome::Main gui ("PROGRAM_NAME", "VERSION",
Gnome::UI::module_info_get(), argc, argv);

> Whenever you get errors such as 'foo is not initialized', it usually
> means that you have forgotten to call a library initialization
> function (in this case, it's complaining that Glib::thread_init()
> wasn't called).  Did you create a Gnome::Main object?  My guess is
> that libgnome calls the appropriate initialization functions within
> the constructor of Gnome::Main.




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