重大變更
更新: 2008 年 7 月
本主題會列出 Visual C++ 2008 中的重大變更。
Visual C++ 編譯器
已經不再支援 Windows 95、Windows 98、Windows ME 及 Windows NT 平台。這些作業系統已經從目標平台的清單中移除。
編譯器 (Compiler) 不再支援直接與 ATL Server 關聯的多個屬性。 不再支援的屬性如下:
perf_counter
perf_object
perfmon
request_handler
soap_handler
soap_header
soap_method
tag_name
Visual C++ 專案
從舊版的 Visual Studio 升級專案時,您可能需要修改 WINVER 和 _WIN32_WINNT 巨集,讓它們大於或等於 0x0500。如需這些巨集的詳細資訊,請參閱使用 Windows 標頭。
已經移除 Windows API 標頭檔 Winable.h。改成包含 Winuser.h。
已經移除 Windows API 程式庫 Rpcndr.lib。改成連結 rpcrt4.lib。
Visual C++ 程式庫
請參閱
其他資源
變更記錄
日期 |
記錄 |
原因 |
---|---|---|
2008 年 7 月 |
加入有關已移除之屬性的資訊。 |
內容 Bug 修正。 |