Barcode Reader User Manual

Kernel Error Messages
A-8
29: memory error, out of range
Description
Memory was probably corrupted during execution of your
program. Writing through an invalid or stale alias selector may
cause this error.
Action
Check your source code for references to variables that are
not declared or are no longer in scope.
32: DPMI host error (possibly insufficient memory)
33: DPMI host error (need 64K XMS)
34: DPMI host error (cannot lock stack)
Description
Memory under DPMI is probably insufficient.
Action
Under Windows, make more physical memory available by
eliminating or reducing any RAM drives or disk caches. You
can also edit DEFAULT.PIF so that at least 64K bytes of XMS
memory is available to non-Windows programs. Under OS/2,
increase the DPMI_MEMORY_LIMIT in the DOS box set-
tings.
35: general protection fault
Description
An internal error in DOS/4G was probably detected. Faults
generated by your program should cause error 2001 instead.
Action
Contact technical support.
38: cannot use extended memory: HIMEM.SYS not version 2
Description
An incompatibility with an old version of HIMEM.SYS was
detected.
Action
Upgrade to a more recent copy of DOS or upgrade your DOS
memory extender.
40: not enough available extended memory (XMIN)
Description
An incompatibility with your memory manager or its configu-
ration was detected.
Action
Try configuring the memory manager to provide more ex-
tended memory or change memory managers.