[Qt-interest] [OT] Specify location of DLL dependencies on Windows
Arve Knudsen
arve.knudsen at gmail.com
Tue Jan 20 12:45:18 CET 2009
Hi Farid
I am aware of the PATH option, but I want to avoid this option. The most
sensible alternative that I can see is to express dependency paths via
manifests, but I haven't been able to see how, as of yet.
Arve
On Tue, Jan 20, 2009 at 11:43 AM, Farid Derradji <
farid.derradji at itwm.fraunhofer.de> wrote:
> 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
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090120/e8a8315b/attachment.html
More information about the Qt-interest-old
mailing list