Remote objects backward compatability?
-
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.
-
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.
@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.