Running Borland C++ 2.0 in Protected Mode Within WindowsLast reviewed: November 23, 1994Article ID: Q79532 |
The information in this article applies to:
SUMMARYTo successfully run the Borland C++ 2.0 protected-mode compiler (BCX.EXE) under Windows, load TKERNEL.EXE at the MS-DOS command line before you start Windows. Use the following parameters:
TKERNEL hi=yes kilos=nnnnwhere nnnn represents the number of kilobytes of XMS memory for BCX to manage. Borland recommends kilos=2048 (see page 5 of the "Borland C++ 2.0 User's Guide"). After loading TKERNEL, run Windows in standard mode (WIN /S) or in real mode (WIN /R), and then run BCX.EXE. NOTE: BCX.EXE cannot be run under Windows in 386 enhanced mode. Run BCX in Windows standard or real mode only.
MORE INFORMATIONFor more information, refer to "Borland C++ 2.0 User's Guide" or contact Borland technical support. The Borland product included here is manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.
REFERENCES"Borland C++ 2.0 User's Guide," pages 4, 5
|
KBCategory: kb3rdparty
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |