DOS 5.0           Using PLL's with DOS 5.0.

Clipper Version 1.29 dtd 04/15/91.

General Comment

If you encounter a problem executing an application.EXE and you are
using a PLL try:

a) LOADFIX App

b) Re-making the PLL file under DOS 5.0

c) Executing the application from a batch file which 'eats up' some
of the memory in the first 64Kb segment; e.g.,

@echo off command /e:32000 /c %1 %2 %3 %4 %5 %6 %7