RE: Post Build Events
From: Susan Huffaker (susanhuf_at_online.microsoft.com)
Date: 05/03/04
- Next message: mustafa shabib via .NET 247: "How to get Pending Checkins programatically for a VS.NET add-in"
- Previous message: Susan Huffaker: "RE: Adding a platform to the VC project configuration dialog"
- In reply to: Frank J. Reashore: "Post Build Events"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 03 May 2004 18:42:24 GMT
Make sure you are using the .NET vcvars32.bat, not the VC6 version.
Batch Files
-----------
VSVARS32.bat
This batch file is installed as part of the Visual Studio .NET installation
and is located in the Program Files\Microsoft Visual Studio
NET\Common7\Tools folder. When you run this batch file, it sets all the
environment variables (PATH, INCLUDE, and LIB) for the current console
window.
VCVARS32.bat
This batch file is installed as part of the Visual Studio .NET installation
and is located in the Program Files\Microsoft Visual Studio .NET\Vc7\bin
folder. This file invokes the VSVARS32.bat file, which is deprecated and
exists for compatibility reasons.
CORVARS.bat
This file is installed as part of the .NET Framework and Visual Studio
installation and is located in the Program Files\Microsoft Visual Studio
NET\FrameworkSDK\Bin folder. When you run this batch file, you set up the
necessary environment variables for working with the .NET Framework SDK.
You can also run this file when you have installed only the .NET Framework
SDK on your system. This file is a subset of the VSVARS32.bat file.
Hope this helps,
Susan Huffaker
Microsoft Developer Support
- Next message: mustafa shabib via .NET 247: "How to get Pending Checkins programatically for a VS.NET add-in"
- Previous message: Susan Huffaker: "RE: Adding a platform to the VC project configuration dialog"
- In reply to: Frank J. Reashore: "Post Build Events"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|