本文介紹了C++ #include <atlbase.h>沒有找到的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
當我在 Visual Studio Express 中編譯我的 C++ 程序時,它說它找不到 atlbase.h
.我是否缺少某些 SDK 或其他東西?
When I compile my C++ program in Visual Studio Express it says that it can't find atlbase.h
. Am I missing some SDK or something?
推薦答案
Microsoft ATL(活動模板庫),其中包含頭文件 atlbase.h
包含在 Windows 2003 SDK,但不是包含在任何較新的 Windows SDK 版本中.它還包含在 Visual Studio 專業(yè)版中.
Microsoft ATL (Active Template Library), which includes the header atlbase.h
is included with the Windows 2003 SDK, but it is not included with any newer Windows SDK release. It is also included with Professional editions of Visual Studio.
這篇關(guān)于C++ #include <atlbase.h>沒有找到的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!
【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!