stdafx.h
上传用户:pass2008
上传日期:2021-07-05
资源大小:3299k
文件大小:2k
- // stdafx.h : 标准系统包含文件的包含文件,
- // 或是经常使用但不常更改的
- // 特定于项目的包含文件
- #pragma once
- #ifndef STRICT
- #define STRICT
- #endif
- // 如果必须将位于下面指定平台之前的平台作为目标,请修改下列定义。
- // 有关不同平台对应值的最新信息,请参考 MSDN。
- #ifndef WINVER // 允许使用特定于 Windows XP 或更高版本的功能。
- #define WINVER 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
- #endif
- #ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。
- #define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。
- #endif
- #ifndef _WIN32_WINDOWS // 允许使用特定于 Windows 98 或更高版本的功能。
- #define _WIN32_WINDOWS 0x0410 // 将此值更改为适当的值,以指定将 Windows Me 或更高版本作为目标。
- #endif
- #ifndef _WIN32_IE // 允许使用特定于 IE 6.0 或更高版本的功能。
- #define _WIN32_IE 0x0600 // 将此值更改为相应的值,以适用于 IE 的其他版本。
- #endif
- #define _ATL_APARTMENT_THREADED
- #define _ATL_NO_AUTOMATIC_NAMESPACE
- #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // 某些 CString 构造函数将是显式的
- #include <afxwin.h>
- #ifndef _AFX_NO_OLE_SUPPORT
- #include <afxdisp.h> // MFC 自动化类
- #endif // _AFX_NO_OLE_SUPPORT
- #include "resource.h"
- #include <atlbase.h>
- #include <atlcom.h>
- //#include <afxinet.h>
- #include "..includeximage.h"
- /*
- #pragma comment(lib, "..\lib\cximage.lib")
- #pragma comment(lib, "..\lib\cximagecrtd.lib")
- #pragma comment(lib, "..\lib\jasper.lib")
- #pragma comment(lib, "..\lib\jbig.lib")
- #pragma comment(lib, "..\lib\Jpeg.lib")
- #pragma comment(lib, "..\lib\libdcr.lib")
- #pragma comment(lib, "..\lib\mng.lib")
- #pragma comment(lib, "..\lib\png.lib")
- #pragma comment(lib, "..\lib\Tiff.lib")
- #pragma comment(lib, "..\lib\zlib.lib")
- */
- using namespace ATL;