简体   繁体   English

如何在Visual Studio c ++ express 2008中添加WTL和ATL

[英]How to add WTL and ATL to visual studio c++ express 2008

I start using the visual studio c++ express 2008 at home but there is no ATL in it. 我开始在家里使用visual studio c ++ express 2008,但其中没有ATL。
How can I add ATL to visual studio c++ express 2008? 如何将ATL添加到visual studio c ++ express 2008?

ATL was only included in older versions of the SDK. ATL仅包含在旧版本的SDK中。 Recent versions of ATL share much code with MFC and are only available with the real versions of Visual Studio, ie not with VS Express. 最新版本的ATL与MFC共享许多代码,仅适用于Visual Studio的真实版本,即不适用于VS Express。

So: to use ATL and/or MFC, you need to buy the Professional version of Visual Studio. 所以:要使用ATL和/或MFC,您需要购买专业版的Visual Studio。 If you are content with old versions of ATL, you can download old versions of the platform SDK from the Microsoft website. 如果您对旧版本的ATL感到满意,可以从Microsoft网站下载旧版本的平台SDK。

http://codegem.org/2008/09/wtl-wizard-for-visual-studio-2008 http://codegem.org/2008/09/wtl-wizard-for-visual-studio-2008

In his modified script, replace VisualStudio to VCExpress. 在他修改过的脚本中,将VisualStudio替换为VCExpress。

你只需要安装Windows Platform SDK中所描述的在这里

You'll need to download the platform SDK and muck around with some dependencies to get ATL. 您需要下载平台SDK并使用一些依赖项来获取ATL。

There might be some more "unsavory" ways to get MFC ;) if you catch my drift. 可能会有一些更“令人讨厌”的方式来获得MFC;)如果你抓住了我的漂移。 Also many institutions have educational VS licenses which are free. 此外,许多机构都拥有免费的教育VS许可证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM