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

Remote objects backward compatability?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 255 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.
  • R Offline
    R Offline
    RogueWarrior
    wrote on 1 Mar 2024, 23:33 last edited by
    #1

    What would it take to make Qt Remote Objects in Qt 6.x backward compatible with 5.15.x? Having tried it, there's some sort of signature in the data stream that prevents this from working. It seems like poor design to do this though. You have an embedded system that can't be upgraded to Qt 6 but maintaining a mobile app where Apple and Google stop supporting APIs/SDKs that are needed to build a Qt 5.15 app becomes nearly impossible.

    C 1 Reply Last reply 2 Mar 2024, 01:58
    0
    • R RogueWarrior
      1 Mar 2024, 23:33

      What would it take to make Qt Remote Objects in Qt 6.x backward compatible with 5.15.x? Having tried it, there's some sort of signature in the data stream that prevents this from working. It seems like poor design to do this though. You have an embedded system that can't be upgraded to Qt 6 but maintaining a mobile app where Apple and Google stop supporting APIs/SDKs that are needed to build a Qt 5.15 app becomes nearly impossible.

      C Offline
      C Offline
      ChrisW67
      wrote on 2 Mar 2024, 01:58 last edited by
      #2

      @RogueWarrior said in Remote objects backward compatability?:

      some sort of signature in the data stream

      Qt Remote Objects Protocol Versioning

      Unlike QDataStream, for example, there does not seem to be a way to change the version for a given interaction.

      1 Reply Last reply
      0

      1/2

      1 Mar 2024, 23:33

      • Login

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