I have a large Realia Cobol prog - 22,000 lines of code the exe file is about 650K. When I run on a DOS PC (not a dos window) or on Windows 2000 it works fine. When I try and
run on Windows 98 I get the following error:
DOS/16M ERROR: Program must be built -AUTO for DPMI
the compilation and linkage is as follows:
REALCOB BigProg
LINK /NOP BigProg,,,REALOS2+REALCOB;
REALBIND/E BigProg.exe
The Procedure Division has lots of Sections with priority numbers, don't know if or how this influences things !!
Thanks for any help
Rambleon
run on Windows 98 I get the following error:
DOS/16M ERROR: Program must be built -AUTO for DPMI
the compilation and linkage is as follows:
REALCOB BigProg
LINK /NOP BigProg,,,REALOS2+REALCOB;
REALBIND/E BigProg.exe
The Procedure Division has lots of Sections with priority numbers, don't know if or how this influences things !!
Thanks for any help
Rambleon