Article ID: 127200
Article Last Modified on 6/3/2005
APPLIES TO
- Microsoft Visual C++ 4.0 Standard Edition, when used with:
- Microsoft Visual C++ 4.1 Subscription, when used with:
- Microsoft Visual C++ 4.2 Professional Edition, when used with:
- Microsoft Visual C++ 6.0 Service Pack 5, when used with:
- Microsoft Visual C++ 5.0 Standard Edition, when used with:
- Microsoft Windows 2000 Professional Edition
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
This article was previously published under Q127200
SUMMARY
It is possible to instruct Microsoft Visual C++ to use a
Registry key other than the default by specifying the /I<key_suffix>
option as shown in the MORE INFORMATION section below. This allows you to
specify different environments with invocations of Visual C++. By making
multiple copies of the Visual C++ icon, you can specify different environments
or customization options and start Visual C++ using these settings.
NOTE: Use of the /I switch is not supported. The /I switch is usually
used to have different environments or it can be used as to help debug problems
with Visual C++ where the default registry is suspected of being corrupted. It
is not recommended to use the /I switch in order to run different point
releases of Visual C++.
Keywords: kbhowto kbinfo kbide kbenv kbdebug KB127200