Re: Problem with libatk-1.0-0.dll



Hello,

The path to libatk-1.0-0.dll is not in the $PATH variable.
Your GTK+ and gtkmm install directories differ.
Maybe it's not a problem.
But check the $PATH value of your system.
It must contain the path to GTK bin and to gtkmm bin directory. (one of those is the path to libatk-1.0-0.dll)

-Seb-

lmarcilly aressi fr a écrit :
Hi all,

i try to compile a gtkmm program on a win XP box.

I use dev-cpp-4.9.9.2, gtk-win32-devel-2.6.8-rc1 and gtkmm-devel-2.6.2-1.

When i compile, i use g++ with :

-I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -Ic:/Dev-Cpp/gtkmm/include/gtkmm-2.4 -Ic:/Dev-Cpp/gtkmm/lib/gtkmm-2.4/include -Ic:/Dev-Cpp/gtkmm/include/glibmm-2.4 -Ic:/Dev-Cpp/gtkmm/lib/glibmm-2.4/include -Ic:/Dev-Cpp/gtkmm/include/gdkmm-2.4 -Ic:/Dev-Cpp/gtkmm/lib/gdkmm-2.4/include -Ic:/Dev-Cpp/gtkmm/include/pangomm-1.4 -Ic:/Dev-Cpp/gtkmm/include/atkmm-1.6 -Ic:/Dev-Cpp/gtkmm/include/sigc++-2.0 -Ic:/Dev-Cpp/gtkmm/lib/sigc++-2.0/include -IC:/GTK/include/gtk-2.0 -IC:/GTK/include/glib-2.0 -IC:/GTK/lib/glib-2.0/include -IC:/GTK/lib/gtk-2.0/include -IC:/GTK/include/pango-1.0 -IC:/GTK/include/atk-1.0
and :

-L"C:/Dev-Cpp/lib" -mwindows -Lc:/Dev-Cpp/gtkmm/lib -LC:/GTK/lib -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-win32-2.0 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv

Compilation ends with succes but when i try to execute my program, i get an error message (it is in french... :( )

"Le point d'entrée de procédure atk_action_get_localized_name est introuvable dans la bibliothèque de liens dynamiques libatk-1.0-0.dll"

In english, it can't find entrance point of method atk_action_get_localized_name in the dynamic library libatk-1.0-0.dll

I search on google but with no succes, a lot of people have this problems with differents libraries and they said to remove and install again the library, i try this but it doesn't solve the problem...

Do you have an idea?

Thanks in advance.

lm.



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