Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个 Win32 项目,并且我正在尝试在TCHAR任何地方使用。但由于它是一个非 MFC 项目,我没有_T定义。
TCHAR
_T
我如何在我的项目中获得它?
好的,找到了怎么做。我只需要添加
#include <tchar.h>
to stdafx.h,并且它不携带任何 MFC 依赖项。它只是默认情况下不包含在非 MFC 项目中。
stdafx.h