Hi,
just as “crazy idea” about converting:
as I understood, the change from ASW6 to 4 affects the header and footer section of *.br modules, but not the content itself.
As long as the content of the module keeps compatible from your AS4 to AS6 project (compatible in direction of the usage of the content in your projects - depends on what and how you store it inside the data object), maybe a combination of using ArSim 4.x and 6.x could act as “converter” by:
- in ArSim 4 - using DataObj library to read the content from the dataobject, and store that content to a binary file by FileIO library
- in ArSim 6 - reading binary file by FileIO and create a datamodule with that content using DataObj
Many years ago, I had to do something similar and made a “dummy project” for just reading module and store content into file and vice versa.
Best regards!