Being that we can now have multiple versions of ORD installed and many of us are working on different projects with different versions of software, is there a way to set a config file to check if the user is opening the file with the correct software, and if not, have an error window pop-up?
I have a dynamic managed workspace set up and there is code in the WorkAreaPWSetup_Predefined_*.cfg:
"%if defined (_VERSION_8_11)" and "%elif defined (_VERSION_10_0) " so is there a way to narrow down the version further by adjusting these variables?