[Qt-interest] Distributing a QT app that needs SSL on windows

Bill King bill.king at nokia.com
Wed Sep 9 07:10:53 CEST 2009


I've found placing them in the directory the app/dll is located in is
the best place for application specific versions of DLL's.

Search order on windows is usually 1. local dir, 2. dirs in path, 3.
system dir.

So long as you don't install your app on the path, you should be good to go.

On 09/09/2009 02:59 PM, ext Scott Aron Bloom wrote:
>
> Here is my problem, I have an app that makes HTTPS connections, and
> works fine on some machines..  I distrute the DLLs from the OpenSLL
> distribution package, and it will work on more machines.. HOWEVER…  On
> some machines, the OpenSLL libs cause a conflict with with other SLL
> libs, and for instance the ODBC connection to a SQL server fails…
>
>  
>
> Now, on other machines, if I don’t distribute the SLL libs and they
> are not already on the system I get unresolved function
> SSLv3_client_method which means there are no OpenSLL dlls to be found…
>
>  
>
> What is the best way to distribute the SSL dlls on windows?
>
> Scott
>


-- 
Bill King, Software Engineer
Qt Development Frameworks, Nokia Pty Ltd
Brisbane Office

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090909/8732b700/attachment.html 


More information about the Qt-interest-old mailing list