Qt network application not working in Xp
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
Re: Qt network application not working in Xp
You are likely missing SSL library.
Re: Qt network application not working in Xp
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?
Re: Qt network application not working in Xp
See if all dependencies of ssleay32.dll are met.
Re: Qt network application not working in Xp
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.
Re: Qt network application not working in Xp
What is error response of QNetworkReply?
First debug it.
If you have proxy, you need to set the proxy to your application.