Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QSocket - change from old QT.... whats new ?
QtWS25 Last Chance

QSocket - change from old QT.... whats new ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtcpsocket
3 Posts 3 Posters 430 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dariusz
    wrote on 21 Jul 2019, 15:40 last edited by Dariusz
    #1

    Hey

    So I'm in need of updating an old app which was made in much older QT... like 5.1 or something like that. In any case the app was connecting to photoshop but now the same code yeld unknownStatus/ failed connection.... I was using socket->connectToHost() before and now. So I guess the default implementation/flags must have changed or something like that?

    I'm fairly "green" with tcp... so any idea how to run it in old legacy version?

    TIA

    K 1 Reply Last reply 21 Jul 2019, 16:52
    0
    • D Dariusz
      21 Jul 2019, 15:40

      Hey

      So I'm in need of updating an old app which was made in much older QT... like 5.1 or something like that. In any case the app was connecting to photoshop but now the same code yeld unknownStatus/ failed connection.... I was using socket->connectToHost() before and now. So I guess the default implementation/flags must have changed or something like that?

      I'm fairly "green" with tcp... so any idea how to run it in old legacy version?

      TIA

      K Offline
      K Offline
      koahnig
      wrote on 21 Jul 2019, 16:52 last edited by
      #2

      @Dariusz

      There should be another issue. I have taken over my code for use of QSocket from Qt 4 without an issue. I think I have changed fromto Qt 4.8 to 5.2 or so. IIRC there was nothing to be adapted.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      2
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 21 Jul 2019, 20:28 last edited by
        #3

        Hi,

        You have a porting guide here in Qt's documentation.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        2

        2/3

        21 Jul 2019, 16:52

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved