There are some system configurations that do not like using the 64k
page framing, and the EMM386 driver generates this error:
"unable to set page frame base address"
From Microsoft
-The following line in your CONFIG.SYS file sets the page frame
-by loading the four different pages in the indicated non-contiguous locations:
-device=c:\dos\emm386.exe p0=c800 p1=d400 p2=e000 p3=d000 ram
Microsoft says this is OK for programs that can use the LIM 4.0 specification.
What exactly is LIM 4.0? and does PB compile programs for this spec?
I noted that using the above switch that I can use EMM386 with my software with Dynamic arrays,
However, the problem comes in when I exit the program, as after I exit the
system locks-up.
Also, fre(-11) with this switch reports the free Extended RAM.
TIA, Tim
------------------
page framing, and the EMM386 driver generates this error:
"unable to set page frame base address"
From Microsoft
-The following line in your CONFIG.SYS file sets the page frame
-by loading the four different pages in the indicated non-contiguous locations:
-device=c:\dos\emm386.exe p0=c800 p1=d400 p2=e000 p3=d000 ram
Microsoft says this is OK for programs that can use the LIM 4.0 specification.
What exactly is LIM 4.0? and does PB compile programs for this spec?
I noted that using the above switch that I can use EMM386 with my software with Dynamic arrays,
However, the problem comes in when I exit the program, as after I exit the
system locks-up.
Also, fre(-11) with this switch reports the free Extended RAM.
TIA, Tim
------------------
Comment