Using the Clipper Program with Windows (63279)



The information in this article applies to:

  • Microsoft Windows 2.03
  • Microsoft Windows 2.1
  • Microsoft Windows 2.11
  • Microsoft Windows 3.0
  • Microsoft Windows 3.0a

This article was previously published under Q63279

SUMMARY

To run a program compiled by dBASE, such as Remote Control's Telemagic, with Microsoft Windows, the following line must be entered in the AUTOEXEC.BAT file:

Set Clipper = V12; E000

MORE INFORMATION

The dBASE compiler requires identifiers to write to the screen. The program Clipper is run by dBASE to reserve expanded memory for these identifiers. When a dBASE-compiled program is run by a Windows program information file (PIF), a memory conflict between Windows and Clipper develops.

By entering the above line in the AUTOEXEC.BAT file, Clipper is told to reserve conventional memory rather than expanded memory for the identifiers. The V12; section reserves 12K of conventional memory. The E000 section stops Clipper from seeing any memory above this address. As a result, it does not see expanded memory and uses conventional memory instead.

NOTE: Microsoft does not recommend running program compilers under the Windows environment.

The products included here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.

Modification Type:MinorLast Reviewed:7/7/2005
Keywords:KB63279