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

你离开我真会死。 提交于 2019-12-17 10:44:50

问题


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?


回答1:


ATL 7.1 is now part of the Windows Driver Kit.




回答2:


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.




回答3:


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

In his modified script, replace VisualStudio to VCExpress.




回答4:


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.




回答5:


You just need to install Windows Platform SDK as described here



来源:https://stackoverflow.com/questions/71659/how-to-add-wtl-and-atl-to-visual-studio-c-express-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!