I downloaded a forms generater/printer driver (Microfocus 16-bit version). I want to use it with Microfocus COBOL 3.2.46 under DOS/Windows. The package includes a .DLL which does the printer selection and formatting. I am unable to successfully call the .DLL.
I get "Load failure (165) on QPR" (or QPR.DLL, depending on my CALL statement).
Does anyone know what I need to change in my program or environment (SET) variables to get this to work?
I have tried CALL 'QPR', CALL 'QPR.DLL', and CALL 'QPR.DLL '.
I tried SET LIB=.;\COBOL\LIB
I get "Load failure (165) on QPR" (or QPR.DLL, depending on my CALL statement).
Does anyone know what I need to change in my program or environment (SET) variables to get this to work?
I have tried CALL 'QPR', CALL 'QPR.DLL', and CALL 'QPR.DLL '.
I tried SET LIB=.;\COBOL\LIB