Re: RE2: gtkmm and libglademm under MSVC.NET



Clyde Mallon wrote:

libglademm.lib(xml.obj) : error LNK2019: unresolved external symbol
_glade_xml_construct referenced in function "protected: __thiscall
Gnome::Glade::Xml::Xml(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,class
Glib::ustring const &,class Glib::ustring const &)"


(??0Xml Glade@Gnome@@IAE ABV?$basic_string@DU?$char_traits D@std@@V?$all

ocator D@2@@std@@ABVustring Glib@@1 Z)
libglademm.lib(xml.obj) : error LNK2019: unresolved external symbol
_glade_xml_new_from_buffer referenced in function "protected:

__thiscall

Gnome::Glade::Xml::Xml(char const *,int,class Glib::ustring const
&,class Glib::ustring const &)"
(??0Xml Glade@Gnome@@IAE PBDHABVustring@Glib@@1 Z)

I chopped a few out...

libglademm.lib(xml.obj) : error LNK2019: unresolved external symbol
_glade_get_widget_tree referenced in function "public: static class
Glib::RefPtr<class Gnome::Glade::Xml> __cdecl
Gnome::Glade::Xml::get_widget_tree(class Gtk::Widget &)"

Are you sure you have the right glade-2.0.lib (and libxml2.lib) import library (from gladewin32) in your external dependencies ? That's where all those _glade_* symbols are defined.

Cedric



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