I am getting the error 173 - Called program file not found in drive/directory SQLADR when running cobol v5 in Visual Studio 2019 using database Oracle 18, 32 bit.
I have put litlink in additional directives under COBOL (anim cobidy warnings"1" max-error"100" litlink) and have put the path to the oracle 18 lib in COBOL LINK 'link with libs'
That fixed the problem of connecting, but I still get the 173 called program file not found in drive / directory SQLADR when I try to call a program in another project. This worked previously in VS 2013, cobol 2.3.
I do notice that there are only two references to microfocus in 'about' - IMTK client generator and cobol 5, where there used to be 6.
#sqladr
#notfound
#173



