Re: compiling gtkmm with atkmm support fails in implementor.cc
- From: codekiddy <codekiddy gmail com>
- To: John Emmas <john creativepost co uk>
- Cc: Gtkmm List <gtkmm-list gnome org>
- Subject: Re: compiling gtkmm with atkmm support fails in implementor.cc
- Date: Tue, 17 Nov 2015 21:47:14 +0100
codekiddy - can you try the above example and let us know if you also see a hang at that line?  Tomorrow I'll try rebuilding (this time with GTKMM_ATKMM_ENABLED #undef'd) just to confirm that it doesn't then fail.
OK, I've rebuilt the gtkmm with
#define GTKMM_ATKMM_ENABLED 1 , compiled the code you provided, set the breakpoints and run the application.
The result is the same as yours:
The code:
 int main (int argc, char *argv[])
   {
       Gtk::Main    *app = new Gtk::Main (&argc, &argv);
    Gtk::Window *mainWnd = new Gtk::Window;
       delete mainWnd;  // indirectly calls Atk::~implementor and application crashes.
    delete app;
    return 0;
   }
Exception thrown (atkmm.dll) in gtkmm.exe: Access violation writing location
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]