atk error
- From: Tomaz Canabrava <tumaix gmail com>
- To: gtk-app-devel-list gnome org, tml iki fi
- Cc:
- Subject: atk error
- Date: Thu, 30 Jun 2005 13:16:35 -0300
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]