Hi

I want to execute a Clipper's application in Dosemu but it gives me the following error. I test with Dosemu 1.0.2.1 and Dosemu 1.1.5. I test with FreeDos, MsDos 6.22 and Dos of Winodws 98.

BLX286 : 1304 : cannot use XMS host with current memory manager configuration

This is a DOS extended program which requires a minimum of a 286 processor and at least 512Kb of available DPMI, VCPI or XMS
memory to run. Please ensure that your system is configured with a memory manager which provides these resources.



The memory configuration in dosemu.conf is:



$_xms = (2048) # in Kbyte $_ems = (1024) # in Kbyte $_ems_frame = (0xe000) $_dpmi = (4096) # in Kbyte $_dosmem = (640) # in Kbyte, < 640


The option that I use in Blinker are:


BLINKER INCREMENTAL OFF
BLINKER EXECUTABLE NODELETE # Retain the exe if errors
BLINKER EXECUTABLE EXTENDED # Create extended executable
BLINKER MESSAGE WINK LEFT # Single eye winking
BLINKER MESSAGE DUPLICATES # Display duplicated library modules
BLINKER ENVIRONMENT NAME CCBLINKER # Rename blinker environment variable
BLINKER ENVIRONMENT CLIPPER CCCLIPPER # Rename clipper environment variable
BLINKER ENVIRONMENT OVERRIDE # Environment settings override defaults
BLINKER HOST QDPMI OFF # Disable the use of QPDMI host
BLINKER OVERLAY PAGEFRAME OFF # Disable use of EMS for overlays
BLINKER OVERLAY UMB ON # Enable use of XMS UMB for overlays
BLINKER CACHE EMS 50%, 50% # Use EMS memory for cache
BLINKER CACHE XMS 100%, 0% # Use XMS memory for cache


Thanks in advance, Hernando

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to