How to add WTL and ATL to visual studio c++ expres

2019-01-11 03:10发布

I start using the visual studio c++ express 2008 at home but there is no ATL in it.
How can I add ATL to visual studio c++ express 2008?

5条回答
对你真心纯属浪费
2楼-- · 2019-01-11 03:43

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

In his modified script, replace VisualStudio to VCExpress.

查看更多
仙女界的扛把子
3楼-- · 2019-01-11 03:50

You'll need to download the platform SDK and muck around with some dependencies to get ATL.

There might be some more "unsavory" ways to get MFC ;) if you catch my drift. Also many institutions have educational VS licenses which are free.

查看更多
可以哭但决不认输i
4楼-- · 2019-01-11 03:51

ATL 7.1 is now part of the Windows Driver Kit.

查看更多
爷、活的狠高调
5楼-- · 2019-01-11 03:56

ATL was only included in older versions of the SDK. Recent versions of ATL share much code with MFC and are only available with the real versions of Visual Studio, i.e. not with VS Express.

So: to use ATL and/or MFC, you need to buy the Professional version of Visual Studio. If you are content with old versions of ATL, you can download old versions of the platform SDK from the Microsoft website.

查看更多
劳资没心,怎么记你
6楼-- · 2019-01-11 04:01

You just need to install Windows Platform SDK as described here

查看更多
登录 后发表回答