[gtkmm] gtkmm and vc++6



Hi all again..

After some effort, i got gtkmm-1.2.10 compiled with vc++6. My example program
compile compiles, but fails very bad at linking. It doesnt found
Gtk::Window::~Window, some other method, and even it doesnt found a
gtk_n_signals.  Here is the log:

------------
Linking...
   Creating library Debug/test1.lib and object Debug/test1.exp
gtk--1.2.static.lib(widget.obj) : error LNK2001: unresolved external symbol
"public: __thiscall Gdk_Window::Gdk_Window(struct
gtk--1.2.static.lib(bin.obj) : error LNK2001: unresolved external symbol
"public: __thiscall Gtk::Pixmap::Pixmap(class Gdk_Pigtk--1.2.static.lib(bin.obj)
: error LNK2001: unresolved external symbol "public: __thiscall
Gtk::Pixmap::Pixmap(class Pixmapgtk--1.2.static.lib(wrap.obj) : error LNK2001:
unresolved external symbol "public: static class Gtk::Object * __cdecl
Gtk::Pigtk--1.2.static.lib(wrap.obj) : error LNK2001: unresolved external symbol
"public: static class Gtk::Object * __cdecl
Gtk::Imgtk--1.2.static.lib(marshal.obj) : error LNK2001: unresolved external
symbol "struct _GtkSignal *  _gtk_private_signals"
(?_ggtk--1.2.static.lib(marshal.obj) : error LNK2001: unresolved external symbol
"unsigned int  _gtk_private_n_signals" (?_gtk_prDebug/test1.exe : fatal error
LNK1120: 7 unresolved externals
Error executing link.exe.
test1.exe - 8 error(s), 0 warning(s)

Well, someone knows if i can use gtkmm with other compiler for win32 (maybe
borland's ? Im going to use mingw if there's nothing better)

John Burris, can you share with us some example of your working code ?

Thanks in advance.
Eric



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