StdAfx.cpp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:1k
- // stdafx.cpp : source file that includes just the standard includes
- // stdafx.pch will be the pre-compiled header
- // stdafx.obj will contain the pre-compiled type information
- #include "stdafx.h"
- #ifdef _ATL_STATIC_REGISTRY
- #include <statreg.h>
- #include <statreg.cpp>
- #endif
- #include <atlimpl.cpp>
- //
- // This macro is defined in MSXML.H's compatible with IE5
- // and not defined in those from IE4.
- //
- // To correct, install a IE5 or later version of the Microsoft Platform SDK
- // and add Program FilesMicrosoft Platform SDKInclude as the first entry
- // on the Directories tab on the dialog displayed after selecting Tools Options
- // from the Visual Studio IDE.
- //
- #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
- #error "xerces-dom requires an MSXML.H compatible with IE5 or later. See http://xml.apache.org/xerces-c/build.html#BuildCOM for directions to correct this problem."
- #endif