Results 1 to 6 of 6

Thread: Qt network application not working in Xp

  1. #1
    Join Date
    Feb 2013
    Location
    India
    Posts
    153
    Thanks
    27
    Thanked 18 Times in 18 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Exclamation 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

  2. The following user says thank you to karankumar1609 for this useful post:


  3. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt network application not working in Xp

    You are likely missing SSL library.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. The following user says thank you to wysota for this useful post:


  5. #3
    Join Date
    Feb 2013
    Location
    India
    Posts
    153
    Thanks
    27
    Thanked 18 Times in 18 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default 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?

  6. The following user says thank you to karankumar1609 for this useful post:


  7. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt network application not working in Xp

    See if all dependencies of ssleay32.dll are met.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. The following user says thank you to wysota for this useful post:


  9. #5
    Join Date
    Feb 2013
    Location
    India
    Posts
    153
    Thanks
    27
    Thanked 18 Times in 18 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default 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.

  10. The following user says thank you to karankumar1609 for this useful post:


  11. #6
    Join Date
    Sep 2007
    Posts
    83
    Thanks
    6
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default 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.

  12. The following user says thank you to jjbabu for this useful post:


Similar Threads

  1. network application
    By khadija123 in forum Qt Programming
    Replies: 8
    Last Post: 10th April 2012, 12:18
  2. Replies: 0
    Last Post: 6th April 2012, 10:06
  3. network app not working on Windows 7 x64
    By ^NyAw^ in forum Qt Programming
    Replies: 5
    Last Post: 17th February 2012, 09:12
  4. Specialised Network Chat Application
    By TropicalPenguin in forum Jobs
    Replies: 0
    Last Post: 28th September 2010, 22:40
  5. Qt Designer Working from network drive
    By list@ceepro.dk in forum Qt Tools
    Replies: 1
    Last Post: 9th April 2010, 19:26

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.