Results 1 to 3 of 3

Thread: [SOLVED]Sending SMS by using QNetworkAccessManager, QNetworkRequest and GET function

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Apr 2012
    Posts
    38
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Sending SMS by using QNetworkAccessManager, QNetworkRequest and POST function

    Thank you creation! You're right, your solution worked. I also needed OpenSSL installed on my PC due to the HTTPS query. I'm working on linking the SSL DLLs now to eliminate that dependency. Thank you for your help.

    Edit: Following up on the SSL issue, installing OpenSSL and copypasta'ing libeay32.dll and ssleay32.dll in the exe directory solves the problem. I found that QtNetwork4.dll is now required to be included in the app directory as well now, alongside the aforementioned SSL dlls and QtCore4.dll, QtGui4.dll

    In conclusion: The app is working great.
    Last edited by Mr_Cloud; 19th April 2013 at 06:32.

Similar Threads

  1. QNetworkAccessManager post
    By januszmk in forum Newbie
    Replies: 2
    Last Post: 13th April 2012, 09:01
  2. QNetworkAccessManager.get(QNetworkRequest) not working.. :(
    By matthieunc in forum Qt Programming
    Replies: 4
    Last Post: 23rd July 2011, 13:18
  3. POST and QNetworkAccessManager
    By hakermania in forum Newbie
    Replies: 1
    Last Post: 13th February 2011, 00:05
  4. QNetworkAccessManager::post() never returns
    By danc81 in forum Qt Programming
    Replies: 2
    Last Post: 21st October 2009, 09:13
  5. Replies: 5
    Last Post: 20th January 2009, 14:11

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
  •  
Qt is a trademark of The Qt Company.