[Qt-interest] [OT] Specify location of DLL dependencies on Windows
Farid Derradji
farid.derradji at ITWM.fraunhofer.de
Tue Jan 20 11:43:11 CET 2009
Hello Arve,
like in Linux, the operating system traverses a specified set of paths
to look for the first shared library whose name matches your specified
one (This is done during the first invocation of a method / function
which has been implemented in this DLL).
Whereas in Linux Environment Variable LD_LIBRARY_PATH is used, you have
to use System Variable PATH under Windows. Notice that a semi-colon
(';') is the path separator !
Have a lot of fun ...
Farid
More information about the Qt-interest-old
mailing list