//stdafx.h
#include <atlbase.h>
#include <atlstr.h>
#include <atlapp.h>
extern CAppModule _Module;
#define _WTL_NO_CSTRING
#include <atlwin.h>
#include <atlmisc.h>
#include <atlcrack.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlwin.h>简单解决 ATL:CString WTL:CString 冲突
最新推荐文章于 2023-08-23 09:54:08 发布
本文主要介绍了ATL库的应用及包含的各种头文件。通过详细解析stdafx.h和其他ATL相关头文件,展示了如何在Windows应用程序中利用这些库进行高效开发。
1457

被折叠的 条评论
为什么被折叠?



