Re: Porting from Linux to Windows.



From: "Alf C Stockton" <alf stockton co za>:
I have installed devcpp4980 and GTK-Development-Environment-2.2.4-3 in my
Windows XP environment and copied my *.c & *.h files from where they were
created on Linux to Windows XP.
It all compiles and links successfully on both Linux & Windows but when I
try
and run the application on Windows I get:-
"The application has failed to start because libatk-1.0.0.dll was not
found.
Re-installing the application may fix this problem.".
This app works fine under Linux.
I actually suspect that the install of GTK-Development-Environment-2.2.4-3
should have installed this dll or that I need to do something to
GTK-Development-Environment-2.2.4-3 rather than just run the install.
Hello Alf!
I'm supposing that you're talking about the GTK-Development-Environment from
www.dropline.net. This Devel-Setup does only contain the files which are
needed to compile a GTK application. You need to install the
GTK-Runtime-Environment too. After you installed the runtime environment you
have to add "C:\Program Files\Common Files\GTK\2.0\lib" (or where you
installed it) to your PATH environment variable to ensure that the DLLs can
be found by your application.

Regards,
                      Peter




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