atk error



When i tryied to compile the simplest program written using Gtkmm, i
got this output error:
"It was not possible to find the beginning of the procedure
atk_relation_add_target on the Dinamic linked library
libatk-1.0-0.dll"

I downloaded the precompiled atk package on the Tor Lillqvist site.

What do i need to do to run gtkmm aplications?

ps, the program that i tried to compile was this.

#include <gtkmm.h>

int main(int argc, char *argv[]){
    Gtk::Main kit(argc, argv);
    Gtk::Window window;
    Gtk::Main::run(window);
    return 0;
}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]