Language Extensions Included with PWB 2.0

Last reviewed: July 17, 1997
Article ID: Q86805
7.00 MS-DOS kbtool

The information in this article applies to:

  • Microsoft C/C++ for MS-DOS, version 7.0

SUMMARY

The Microsoft Programmer's WorkBench (PWB) version 2.0 that comes with Microsoft C/C++ version 7.0 has several language extensions. The files are located in the \C700\BIN directory and are named:

   PWBC.MXT     - C
   PWBMASM.XXT  - Assembler
   PWBFORT.XXT  - FORTRAN
   PWBBASIC.XXT - Basic

By default, only the C extension file (PWBC.MXT) is loaded because PWB automatically loads extensions that begin with PWB, have a .MXT extension, and are located in the directory that contains PWB. To load any of the other language extensions, rename them with a .MXT extension, then restart PWB.

MORE INFORMATION

If the extension for a particular language is not loaded, that language will not appear in the Options menu in the Project Templates dialog box for Runtime Support, or under the Languages Options menu. Also, this file type will not be recognized when it is added to a Project List and saved. In these circumstances, PWB will issue the following message:

   Project: file '<filename>.<ext>' will be ignored
      File type not used with current project template.

Once the proper extension has been added, the language will be added to the Runtime Support list, and the extensions for that language will be recognized by PWB.


Additional reference words: kbinf 2.00 7.00
KBCategory: kbtool
KBSubcategory: PWBIss
Keywords : kb16bitonly


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: July 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.