Den 2015-11-17 kl. 21:52, skrev
codekiddy:
Only Gtk::Window contains the Glib::RefPtr<Gtk::AccelGroup> accel_group_ which also seems to be involved in a way that I don't understand. gtkmmconfig.h is not handled like other header files. It's created from gtkmmconfig.h.in by ./configure. When you use MSVC, you don't use configure, right? gtkmmconfig.h is stored under the gtkmm/MSVC_Net2013 directory in the git repository and in tarballs. Does that mean that you use different copies of gtkmmconfig.h when you build gtkmm and when you build the app? If you do, it's important that they are identical. If GTKMM_ATKMM_ENABLED is defined when you build gtkmm, it must also be defined when you build the app. Kjell |