Re: Strange error in using ThumbnailFactory::create()
- From: Liangxu Wang <wlx mygis org>
- To: Jonathon Jongsma <jonathon quotidian org>
- Cc: gtkmm-list gnome org
- Subject: Re: Strange error in using ThumbnailFactory::create()
- Date: Thu, 11 Oct 2007 10:48:17 +0800
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]