关于WTL的CString, CRect, CSize, CPoint

 stdafx.h

 

//ATL 7.1 中已有的了:CRect, CSize, CPoint 以及 CString。
// 使用時必須用 scope operator 來指明 (i.e. ATL::* 或 WTL::*),不然也可以用

#define _WTL_NO_WTYPES  // disable CRect, CSize, CPoint
#define _WTL_NO_CSTRING  // disable CString
#include <atlstr.h> 

 

#include <atlbase.h>
#include <atlapp.h>

extern CAppModule _Module;

#include <atlwin.h>