Article ID: 246371
Article Last Modified on 10/30/2006
APPLIES TO
- Microsoft Interix 2.2 Standard Edition
- Microsoft Interix 2.2 Standard Edition
- Microsoft Interix 2.2 Standard Edition
- Microsoft Interix 2.2 Standard Edition
This article was previously published under Q246371
SUMMARY
The standard names for several standard C++ headers differ only by case. This causes collision problems when the environment includes a case-insensitive file system.
MORE INFORMATION
If you install C++ header files on a case-insensitive file system, you will have to contend with this. To avoid the problem and make correct use of the set of header files provided with C++, install the header files on a case-sensitive file system like NTFS or NFS.
Keywords: kbinfo KB246371