We have several clients that we support and they are all currently running COBOL Server 2.2.
One of them is upgrading their server to Windows Server 2019 and I need to upgrade them to COBOL Server 5.0.
I can't install Visual COBOL for Visual Studio 2017 (5.0) on my development laptop unless I uninstall 2.2 first. BUT.... I still need to support my clients that will remain on 2.2.
We will eventually be upgrading all clients to 5.0, but I need to support both versions for the time being... how do I accomplish this?
We only run native code compiled to INTs. We do not run any managed code.