Hello,
I believe the answer is no but want to verify -
Can programs compiled using v12.15 be run in Windows 7?
Hello,
I believe the answer is no but want to verify -
Can programs compiled using v12.15 be run in Windows 7?
Hello,
I believe the answer is no but want to verify -
Can programs compiled using v12.15 be run in Windows 7?
Hello,
I believe the answer is no but want to verify -
Can programs compiled using v12.15 be run in Windows 7?
Tom is correct -- if you are compiling with v12.15 but targeting an older version of the RM/COBOL runtime system, you can use the Z option to ensure you aren't using features that aren't supported by a given version. If you are targeting a v12.15 runtime system, you don't have to worry about this.
However, if you are asking whether the v12.15 compiler and runtime systems support Windows 7, the answer is yes. v12.15 and v12.16 will install and run on Windows XP and later, but Microsoft has dropped support for XP and Vista, and is dropping support for Windows 7 on January 15, 2020 for most customers. So while 12.15 will work fine on Windows 7, you won't get patches or bug fixes for the operating system.
We need to apply an additional 25 licenses to our runtime which is available in 12.15 but we are still on Windows 7.
Our issue:
I have recompiled our COBOL code on a Windows 10 laptop using v12.15. But my Windows 7 desktop (and our production runtime) is on v10.01.
If we load v12.15 on my W-7 machine, recompile all of our COBOL code and deploy, will we be able to install the 25 licenses in addition to our current 100?
We need to apply an additional 25 licenses to our runtime which is available in 12.15 but we are still on Windows 7.
Our issue:
I have recompiled our COBOL code on a Windows 10 laptop using v12.15. But my Windows 7 desktop (and our production runtime) is on v10.01.
If we load v12.15 on my W-7 machine, recompile all of our COBOL code and deploy, will we be able to install the 25 licenses in addition to our current 100?
That worked! Thank you so much.
Unfortunately, I'm now receiving "Error loading subprogram WF03B" and I can't find a .COB file for it in any of my libraries.
That worked! Thank you so much.
Unfortunately, I'm now receiving "Error loading subprogram WF03B" and I can't find a .COB file for it in any of my libraries.
wrote:
That worked! Thank you so much.
Unfortunately, I'm now receiving "Error loading subprogram WF03B" and I can't find a .COB file for it in any of my libraries.
Does your application employ the WOW Extensions solution?
The "WF03B" subprogram is part of the WOW Extensions product, and, it can be found in the WOW Extensions DLL, "wowrt.dll".
Therefore, if you are attempting to execute a WOW Extensions program, then, you will need to load this DLL to resolve this error. However, you will also need to ensure that your license for RM/COBOL includes WOW Extensions support, as, you cannot load the WOW Runtime DLL(wowrt.dll) without proper licensing.
**If you are unsure as to what licenses are installed on your system, you can execute the "suptool1 productview" command from the "SupportTools" sub-directory of your RM/COBOL installation.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.