Re: Building VC++ 8.0 code on a machine without Visual Studio 2005



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.

.



Relevant Pages

  • RE: Intellisense showing ATL instead of MFC
    ... I understood you notice some VS IDE Intelligence always show the ATL ... It sounds you are using ATL/MFC Shared Classes ... ATL and MFC application. ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.ide)
  • Re: examples, tutorials, books
    ... That's because ATL doesn't support OLE and ActiveX ... This is the one area I recommend MFC ...
    (microsoft.public.vc.atl)
  • Re: How to create TSP using Visual Studio 2003 or 2005
    ... I can only say that MS doesn't support it. ... You can use the ATL string and collection classes (which are shared ... between ATL and MFC) even without creating an ATL or MFC ... Our UI dll is a separate dll and ...
    (microsoft.public.win32.programmer.tapi)
  • Re: examples, tutorials, books
    ... I will start with the "Inside OLE" book. ... > That's because ATL doesn't support OLE and ActiveX ... This is the one area I recommend MFC ...
    (microsoft.public.vc.atl)
  • Re: How to implement CListCtrl and CListBox with CheckBoxes inside
    ... I have tried it but the VC 4.2 does not support the ... Get an updated version of VS & MFC, or updated platform SDK with the ... definitions & code it at the SDK level. ...
    (microsoft.public.vc.mfc)