PDA

View Full Version : Qt network application not working in Xp



karankumar1609
16th March 2013, 07:55
Hello everyone,

I am testing my network application on Windows Xp having Url start from "https://www.example.com".

Same application works if i change the url "https://" to "http://" ..
I am facing this problem on Xp only , same code works for Windows Vista, Windows 7.

i dont know what exact the problem is. or some dlls required for that??

Thanks

wysota
16th March 2013, 08:53
You are likely missing SSL library.

karankumar1609
16th March 2013, 11:16
Hwy Wyosta,

You are right i have just checked it via process explorer., but the same thing work on windows7 and not on windows xp,

i have added all the library in my exe folder:
libeay32.dll
libgcc_s_dw2-1.dll
libstdc++-6.dll
mingwm10.dll
QtCore4.dll
QtGui4.dll
QtNetwork4.dll
QtSvg4.dll
QtXml4.dll
ssleay32.dll

will you please tell me how to set the dll path in my application?

wysota
16th March 2013, 13:56
See if all dependencies of ssleay32.dll are met.

karankumar1609
19th March 2013, 10:40
I don't know if the dependencies of ssleay.dll are met for xp.
I use dependency walker but unable to get how to find dll's dependency.

I also COPY and PASTE this dll in the project directory and WINDOW/SYSTEM32 path.
Still this issue exists.

jjbabu
20th March 2013, 09:47
What is error response of QNetworkReply?
First debug it.
If you have proxy, you need to set the proxy to your application.