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

2013-11-04 Thread Murray Cumming
On Sat, 2013-11-02 at 14:55 +, John Emmas wrote: The following code crashes when built against gtkmm v2.24.4 (using MSVC) :- This is with the gtkmm that you have built yourself, right, and from git, not from a tarball? #include gtkmm/main.h #include gtkmm/window.h

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

2013-11-04 Thread John Emmas
Thanks for the suggestions, Murray. On 04/11/2013 08:20, Murray Cumming wrote: This is with the gtkmm that you have built yourself, right, and from git, not from a tarball? Up until yesterday, yes. But yesterday I built gdkmm and gtkmm from the 2.4.4 tarball and got the same results. Over

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

2013-11-04 Thread Murray Cumming
On Mon, 2013-11-04 at 10:31 +, John Emmas wrote: When my code stops at breakpoint #1 I make a note of the value of 'pW'. When it stops at breakpoint #2 I'd expect my 'this' pointer to have the same value - but it doesn't. It's always slightly different. For example, when pW ==

Re: Missing Icons from Widgets...

2013-11-04 Thread Kjell Ahlstedt
2013-10-19 12:20, Kjell Ahlstedt skrev: I tested with the example programs book/spinbutton and book/dialogs/messagedialog in the gtkmm tutorial, and only saw the missing-image icon. When I updated with the latest versions of glib and gtk+ from the git repository, the icons in spin buttons

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

2013-11-04 Thread John Emmas
Hi Murray, I've made great progress with this today and I've discovered what the problem is - though not yet where to fix it. I'm sure anyway that you'll be much better informed about where to implement a fix. The main thing is that the problem had nothing to do with any 'this' pointer