Freigeben über


SDK Workaround: ATL or MFC Sample Dependency

This workaround applies to:

· The prerelease Windows SDK for Windows Server 2008 and .Net Framework 3.5 (RC0), September, 2007

· The prerelease Windows SDK for Windows Server 2008 and .Net Framework 3.5 (IDS04), July, 2007

· The Windows SDK Update for Windows Vista (RTM), March, 2007

· The Windows SDK for Windows Vista (RTM), November, 2006

Some samples require the ATL and/or MFC headers, libraries or runtime, which are included with Visual Studio 2005 Visual C++ (non-Express editions). When building a sample that depends on ATL/MFC without Visual Studio installed on your machine, you may see an error similar to this:

fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory

To workaround this issue, install a non-Express version of Visual Studio 2005 or later. You cannot build ATL/MFC dependent samples without Visual Studio 2005 or later.

Comments