QHttp and static libraries
George H. Locktish
ghlocktish at praxiseng.com
Mon Nov 12 21:26:55 CET 2007
I am experimenting with Qt as a set of static libraries, and I am trying
to use QHttp to retrieve some files from a server. When I run the
application using Qt static libraries, QHttp does not appear to work;
however, the same application does work when I use Qt DLLs.
I tried the http example using static libraries and that application was
successful in retrieving files. During execution of the http example, I
noticed that it was loading additional system DLLs that my application
was failing to load. They are:
Load module: ssllsp.dll
Load module: AutoBind_lsp.dll
Load module: dtpt_lsp.dll
Load module: wspm.dll
Load module: dtpt_nsp.dll
Load module: nspm.dll
Any thoughts on what I could be doing that is preventing QHttp from
downloading files?
The specifics of my app:
My application links in a custom DLL that links in Qt (either statically
or dynamically depending on the configuration I am experimenting with).
Thank you,
George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.trolltech.com/pipermail/qtce-preview-feedback/attachments/20071112/97984fff/attachment.html
More information about the Qtce-preview-feedback
mailing list