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 ?
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtcpsocket
3 Posts 3 Posters 473 Views 2 Watching
  • 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 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
    0
    • D Dariusz

      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 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
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on 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

        • Login

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