Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Fri, 26 Jan 2007 05:30:40 GMT
Hi Carl,
Thanks for your feedback.
Below is the further feedback from the VC product team:
"Win2k3 and older Platform SDKs contained ATL, MFC, CRT, STL that can only
be used to port 32bit apps built with VC6 to 64bit. Windows Vista SDK can
be used to target Windows 2k3, WinXP and Windows Vista. This SDK ships VC05
version of x86, x64, ia64, x86->x64, x86->ia64 compilers + CRT and Std. C++
libraries (headers, libs, redist MSMs, pdbs). However, it does not install
any version of ATL and MFC.
If you want to get ATL and MFC, you should be installing Visual Studio Std.
or higher."
Additionally, to use the Platform SDK to build VC applications, you should
use the CMD shell installed with it. This CMD shell will set most of the
environment variables from the Platform SDK correctly, including PATH, LIB,
INCLUDE etc... It is a good idea to use Process Explorer to view all the
environment variables setting of a process. Please refer to the link below
to install Process Explorer:
http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/ProcessExp
lorer.mspx
Thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- References:
- Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- From: William DePalo [MVP VC++]
- Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- From: William DePalo [MVP VC++]
- Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- From: "Jeffrey Tan[MSFT]"
- Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- From: carlm
- Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- Prev by Date: Re: Converting VB DDE Client program to VC++
- Next by Date: Enabling/disabling a control
- Previous by thread: Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- Next by thread: Re: Building VC++ 8.0 code on a machine without Visual Studio 2005
- Index(es):
Relevant Pages
|