StdAfx.cpp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. // stdafx.cpp : source file that includes just the standard includes
  2. //  stdafx.pch will be the pre-compiled header
  3. //  stdafx.obj will contain the pre-compiled type information
  4. #include "stdafx.h"
  5. #ifdef _ATL_STATIC_REGISTRY
  6. #include <statreg.h>
  7. #include <statreg.cpp>
  8. #endif
  9. #include <atlimpl.cpp>
  10. //
  11. //   This macro is defined in MSXML.H's compatible with IE5
  12. //      and not defined in those from IE4.
  13. //
  14. //   To correct, install a IE5 or later version of the Microsoft Platform SDK
  15. //      and add Program FilesMicrosoft Platform SDKInclude as the first entry
  16. //      on the Directories tab on the dialog displayed after selecting Tools Options
  17. //      from the Visual Studio IDE.
  18. //
  19. #ifndef __IXMLDOMNode_INTERFACE_DEFINED__
  20. #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."
  21. #endif