Using the Clipper Program with Windows

Last reviewed: May 8, 1995
Article ID: Q63279
The information in this article applies to:
  • Microsoft Windows operating system versions 2.x, 3.0, 3.0a

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.


KBCategory: kb3rdparty
KBSubcategory: win30
Additional reference words: 3.00 3.00a 3rdparty


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 8, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.