[Qt-interest] OpenSSL libraries

Nikolay Moskvichev nikolay.moskvichev at gmail.com
Tue Aug 31 07:21:28 CEST 2010


Hello, Serge
26.08.2010 18:25 you wrote:
> Hello, All
> 
> I'm using QT 4.5.3 with OpenSSL support.
> In the attachment there is QTNetwork4.dll, which i provide with my 
> program release.
> If open it in depends tool of VS, it displays that this dll does not 
> depends on ssleay32.dll. Same for my executable file. As i understand 
> QtNetwork4.dll is linked statically with OpenSSL.
> 
> But on one of the computers my program fails with error, 
> ModName:ssleay32.dll, Offset:000203a0
> 
> Can it happen, that methods from QTNetwork4.dll load ssleay32.dll, even 
> if depends utility does not report it? Must i provide ssleay32.dll with 
> program, if OpenSSL support used with static linking?
> 

Just use Profile|Start profiling option of depends tool.
It should show dynamically loaded modules too. But message
"ModName:ssleay32.dll, Offset:000203a0" looks like crash inside
ssleay32.dll, not load error.


> --
> Thank you!




More information about the Qt-interest-old mailing list