QHttp and static libraries
Maurice Kalinowski
mkalinow at trolltech.com
Thu Nov 15 11:38:27 CET 2007
Hi,
thank you for reporting this and sorry we didn't find the time yet to investigate on this earlier.
Best Regards,
Maurice Kalinowski
----- Original Message -----
From: George H. Locktish
To: qtce-preview-feedback at trolltech.com
Sent: Wednesday, November 14, 2007 5:41 PM
Subject: RE: QHttp and static libraries
I have resolved this issue. The problem was centered around how I was linking in the Qt static libraries into my DLL and application.
------------------------------------------------------------------------------
From: George H. Locktish [mailto:ghlocktish at praxiseng.com]
Sent: Monday, November 12, 2007 3:27 PM
To: qtce-preview-feedback at trolltech.com
Subject: QHttp and static libraries
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/20071115/b4a5a953/attachment.html
More information about the Qtce-preview-feedback
mailing list