Is gtkmm deleting stuff it shouldn't be deleting ??

2013-11-02 Thread John Emmas
The following code crashes when built against gtkmm v2.24.4 (using MSVC) :- #include gtkmm/main.h #include gtkmm/window.h int main (int argc, char *argv[]) { Gtk::Mainapp (argc, argv); Gtk::Window mainWnd;

Re: Is gtkmm deleting stuff it shouldn't be deleting ??

2013-11-02 Thread Tim O'Neil
Same version of gtkmm, but on linux (mint maya, gcc 4.7.3) both problematic proggies work as expected, On Sat, Nov 2, 2013 at 7:55 AM, John Emmas john...@tiscali.co.uk wrote: The following code crashes when built against gtkmm v2.24.4 (using MSVC) :- #include gtkmm/main.h

Re: Is gtkmm deleting stuff it shouldn't be deleting ??

2013-11-02 Thread John Emmas
On 2 Nov 2013, at 15:05, Tim O'Neil wrote: Same version of gtkmm, but on linux (mint maya, gcc 4.7.3) both problematic proggies work as expected, Hi Tim and thanks for trying my samples so quickly! If I'm absolutely honest the fact that it works with gcc doesn't give me much confidence.