PRB: CodeView Does Display Source File Contents

Last reviewed: May 3, 1996
Article ID: Q59963
The information in this article applies to:
  • Microsoft CodeView for MS-DOS, versions 3.0, 3.11, 3.14, 4.0, 4.01, 4.05, and 4.1
  • Microsoft CodeView for OS/2, versions 3.0, 3.11, 3.12, and 3.5
  • Microsoft CodeView for Windows, versions 3.0, 3.05, 3.06, 3.07, 4.0, 4.01, and 4.1
  • Microsoft CodeView for Win32s, version 4.25

SYMPTOMS

An attempt to open a source code file in CodeView fails. CodeView version 4.0 sounds the system bell and refuses to load the source code file. CodeView versions 3.x displays the application in assembly language mode.

CAUSE

The first line of the source code file contains extended ASCII characters (ASCII codes 0-8, 11, 14-31, or 127-255).

RESOLUTION

To use extended characters in your source file, begin the file with a blank line.

MORE INFORMATION

Even though CodeView does not display an application's source code when the source contains extended ASCII characters, you can use CodeView to debug the application in assembly language mode.


Additional reference words: 3.00 3.50 4.00 4.10
KBCategory: kbtool kbprb
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: May 3, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.