Article ID: 246359 - Last Review: November 1, 2006 - Revision: 4.1

Differences in Microsoft Visual C/C++ 5.0

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q246359

On This Page

Expand all | Collapse all

SUMMARY

This article describes the 2 items that have changed in Microsoft Visual C/C++ 5.0 from the previous releases.

MORE INFORMATION

Different File Hierarchy

The file hierarchy in Microsoft Visual C/C++ 5.0 is different from that of previous releases in that .dll files were moved from the BIN folder into sub-folders.

Different Default Installation Path

The default installation path is now in the "Program Files" (including the space) folder. Many UNIX utilities (Makedepend) handle spaces in file names poorly, if at all. If there are spaces in the folder name, there are spaces in the value of PATH. The most common symptom that occurs because of this change is that the shell cannot find cc or c89.

To make the Interix SDK work with Microsoft Visual C/C++ 5.0 you must modify your PATH:
  1. Add all of the necessary Microsoft Visual C/C++ folders to your PATH.
  2. Change any pathname component that includes spaces to the 8.3 version of the file name.
For a complete description of the MSVC and Interix topic, see the "Working with MSVC 5.0" Tech Note at the following Interix Web site:
http://www.interix.com/ (http://www.interix.com/)

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
Keywords: 
kbinfo KB246359
Retired KB ArticleRetired KB Content Disclaimer
This article was written about products for which Microsoft no longer offers support. Therefore, this article is offered "as is" and will no longer be updated.