On Thu, 2008-01-10 at 11:36 -0500, Mitchell Laks wrote: > There are more function calls in gtkmm thus greater interaction > probability!
Again, I don't think this is logical or likely. You seem to have two test cases - one in C and one in C++. It's easy to use C from C++ and vice-versa, using Glib::wrap() and gobj(). You should be able to make a test case that shows exactly what is causing the problem, by gradually changing the C++ test case to C and/or gradually changing the C test case to C++. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
