FIX: Special Characters in Path May Prevent File Access

Last reviewed: September 18, 1997
Article ID: Q122932
2.00 WINDOWS NT kbprg kbfixlist

The information in this article applies to:

  • Microsoft Visual C++, 32-bit Edition, version 2.0

SYMPTOMS

Microsoft Visual C++ fails to open files that have .BSC or .RC extensions when there are special characters (shown below) in the path. The editor will return to the main window without posting a warning or error.

CAUSE

The space character and the following characters cause this problem:

   $  %  @  #  !  ^  (  )  {  }  [  ]

All of these characters should work; they are all acceptable.

RESOLUTION

To work around this problem, avoid using any of the special characters listed above.

STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, version 4.0.

REFERENCES

For information about related problems with NMake, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q121018
   TITLE     : BUG: Special Characters in Path Cause NMake Error U1007


Additional reference words: 2.00 buglist2.00
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory: VWBIss
Keywords : VwbIss kbbuglist kbfixlist kbprg
Version : 2.00
Platform : NT WINDOWS
Solution Type : kbfix


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