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 201 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 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
    0
    • R RogueWarrior

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

      • Login

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