Jim Barnes wrote:
I've been trying to get a program compiled using Visual C++.NET and
gtkglextmm. I've been trying to use the win32 libraries
libgdkglextmm-win32-1.1.dll.a and libgtkglextmm-win32-1.1.dll.a from the
gtkglextmm-win32-1.1.0.exe installation program. Unfortunately I couldn't
get VC++ to recognize the above .a's. I then took the gtkglextmm source and
created a .lib and .dll with it. This did compile, but when I ran the
sample.cc and logo.cc program I get:
GLib-GObject-CRITICAL **: g_object_set_qdata_full: assertion `quark > 0'
failed
Has anyone run into this? Or even better have compiled the 1.2 version and
have it working for windows/VC++
gtkmm and libsigc++ do not work with current versions of MSVC. You have
to use MinGW (which is what your binaries were built with, I'm sure).
Cheers,
Tim
_______________________________________________
gtkglext-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkglext-list