First post, by OptimalDesigns
OptimalDesigns
Offline
Rank
Newbie
How does one increase memory to resolve this "Insufficient Memory for Real Procedure" msg.? Here is the output from 'MEM' program.
Memory Type Total Used Free---------------- -------- -------- --------Conventional 640K 6K 634KUpper 64K 0K 64KReserved 320K 320K 0KExtended (XMS) 15,360K 448K 14,912K---------------- -------- -------- --------Total memory 16,384K 774K 15,610KTotal under 1 MB 704K 6K 698KTotal Expanded (EMS) 16M (16,777,216 bytes)Free Expanded (EMS) 15M (15,269,888 bytes)Largest executable program size 634K (649,584 bytes)Largest free upper memory block 64K ( 65,536 bytes)MS-DOS is resident in the high memory area.
Which memory needs to be increased in order to resolve this error msg.?
Here is the code that is being executed:
subst g: \tempecho ------------------------ Memory -------------------------------- >> outputmem >> outputpath f:\F77L3;f:\F77L3\binpath >> outputecho -------------------------------------------------------------------echo Execution of %FCname%.EXEecho -------------------------------------------------------------------%FCname%.exe >> scroutrem ---------------------rem okay to this point.rem ----------------------\Graphit.exe
'GraphIt' works okay until the very end and then the memory msg. comes and freezes DOSbox.
Ideas how to resolve this memory issue?