QHttp and static libraries

George H. Locktish ghlocktish at praxiseng.com
Wed Nov 14 17:41:01 CET 2007


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/20071114/111d512d/attachment.html 


More information about the Qtce-preview-feedback mailing list