stdafx.h
上传用户:easylife05
上传日期:2007-02-14
资源大小:393k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. // stdafx.h : 标准系统包含文件的包含文件,
  2. // 或是经常使用但不常更改的
  3. // 项目特定的包含文件
  4. #pragma once
  5. #define _ATL_APARTMENT_THREADED 
  6. #ifndef VC_EXTRALEAN
  7. #define VC_EXTRALEAN // 从 Windows 标头中排除不常使用的资料
  8. #endif
  9. // 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
  10. // 有关不同平台的相应值的最新信息,请参考 MSDN。
  11. #ifndef WINVER // 允许使用 Windows 95 和 Windows NT 4 或更高版本的特定功能。
  12. #define WINVER 0x0400 //为 Windows98 和 Windows 2000 及更新版本改变为适当的值。
  13. #endif
  14. #ifndef _WIN32_WINNT // 允许使用 Windows NT 4 或更高版本的特定功能。
  15. #define _WIN32_WINNT 0x0400 //为 Windows98 和 Windows 2000 及更新版本改变为适当的值。
  16. #endif
  17. #ifndef _WIN32_WINDOWS // 允许使用 Windows 98 或更高版本的特定功能。
  18. #define _WIN32_WINDOWS 0x0410 //为 Windows Me 及更新版本改变为适当的值。
  19. #endif
  20. #ifndef _WIN32_IE // 允许使用 IE 4.0 或更高版本的特定功能。
  21. #define _WIN32_IE 0x0400 //为 IE 5.0 及更新版本改变为适当的值。
  22. #endif
  23. #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
  24. // 关闭 MFC 对某些常见但经常被安全忽略的警告消息的隐藏
  25. #define _AFX_ALL_WARNINGS
  26. #include <afxwin.h>         // MFC 核心和标准组件
  27. #include <afxext.h>         // MFC 扩展
  28. #include <afxdisp.h>        // MFC 自动化类
  29. #include <afxdtctl.h> // Internet Explorer 4 公共控件的 MFC 支持
  30. #ifndef _AFX_NO_AFXCMN_SUPPORT
  31. #include <afxcmn.h> // Windows 公共控件的 MFC 支持
  32. #endif // _AFX_NO_AFXCMN_SUPPORT
  33. #include <atlbase.h>
  34. #include <atlcom.h>
  35. //不能保证正常运行,所以最好还是不要使用!
  36. //----www.codejock.com-------------------
  37. //    XTreme Suite  产品
  38. //---------------------------------------
  39. //#include "../include/CJ60Lib.h" // CJ60 Library components