Anonymous - 2020-12-27

I had been running 64-bit COBOL using OpenCOBOL IDE. I just downloaded GnuCOBOL 3.1.2 and changed all the preferences in OpenCOBOL IDE to point to the new version's directory. When I go to Preferences, I see 3.1.2 listed as the compiler. When I click Check Compiler, I get the message "Compiler works!"
So far, so good. When compile a COBOL program, it does compile OK. When I try to run it, though, I get

"The procedure entry point initscr_x64 could not be located in the dynamic link library D:\LANGS\GnuCOBOL\bin\libcob-4.dll."

How can I fix it?