DOCERR: Problems with CodeView for Windows and FORTRAN

Last reviewed: July 18, 1995
Article ID: Q81543
The information in this article applies to:

   The CodeView Debugger for MS-DOS included with:
     - Microsoft FORTRAN for MS-DOS, version 5.1

SYMPTOMS

An attempt to use CodeView for Windows (CVW) fails to work correctly. CVW does not start or it starts and corrupts the Windows video display.

CAUSE

CVW does not support the VGA card installed in your computer. The Video 7, FastWrite, Vega, and Speedstar cards are examples of video cards that CVW does not support.

RESOLUTION

If you have a 386 or 486 machine without a VGA card, or if you have an unsupported VGA card listed above, try loading the VCV.386 driver. Add the following line to the [386enh] section of the SYSTEM.INI file as follows:

   device=<path>VCV.386

Substitute the full path to the directory in which the VCV.386 file is installed for the word <path> above. The SYSTEM.INI file is in the Windows directory (by default C:\WINDOWS).

Start CVW with the /V option switch to use the installed VCV.386 driver.

This process is described in the SYSTEM.PRE file provided with Microsoft FORTRAN version 5.1 for MS-DOS. Ignore all references to the VDDEGA.386 and VDDVGA.386 files. Microsoft did not include these drivers with FORTRAN 5.1; the references to these files are in error.

MORE INFORMATION

CVW should work correctly on a 286 or a 386/486 machine in either standard or enhanced mode with a VGA monitor without any special files or drivers other than CVWIN.DLL. Place CVWIN.DLL into a directory in the MS-DOS PATH environment variable or in the Windows directory.


Additional reference words: 5.10
KBCategory: kbtool kbdocerr
KBSubcategory: CVWIss


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 18, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.