환경은 윈98, borland c++ 3.1이구여..
command line compile을 하고 싶어 도스창으로 갔는데여..
bcc test.cpp 하니까..
cannot load dpmimem.dll이라고 나오거든여..
dpmi문제 때문에 bcc.exe도 안되고, dpmiinst.exe을 실행시키면..
This machine is running an expanded memory manager that
does not support the Virtual Control Program Interface.
The DPMI
server cannot be run out of extended memory while this
server is active
You must remove the expanded memory manager from your
Config.sys file
and reboot in order to use the DPMI Server.
과 같은 메시지가 뜹니다..
저의 config.sys 화일은
/*rem TShoot:
DEVICE=D:\WINDOWS\HIMEM.SYS */ FILES=20 rem TShoot:
DEVICE=D:\WINDOWS\EMM386.EXE device=D:\WINDOWS\biling.sys shell=D:\windows\command.com
/e: 1024 /p
와 같습니다..
제가 영어 해석이나 하지 메모리 이런 것은 까막눈이라서여..
도움주시면 감사하겠습니다..
|