⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 Windows Mobile平台上使用GDI+。GDI+功能很强大
💻 H
字号:
// stdafx.h : include file for standard system include files,//  or project specific include files that are used frequently, but//      are changed infrequently//#define USEMARTPOINTER 0#define WINVER		0x0420#define _SECURE_ATL 1#define _WIN32_WCE_AYGSHELL 1//#define _WTL_NO_CSTRING#include <atlbase.h>#include <atlapp.h>#define _WTL_NO_WTYPES#include <atlmisc.h> #include <atlimage.h>extern CAppModule _Module;#if defined( DEBUG) && !defined( _DEBUG)	#define _DEBUG#endif#ifdef _DEBUG #define DBGMODE "d"#else #define DBGMODE ""#endif#include <atlwin.h>#include <aygshell.h>#pragma comment(lib, "aygshell.lib")#include "SmartPtr.h"using namespace Loki;#include <gdiplus.h>using namespace Gdiplus;#pragma comment(lib, "LibGDIPlus" DBGMODE ".lib")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -