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

5

25

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?

Cocker answered 16/9, 2008 at 12:21 Comment(1)
Related: C++ #include <atlbase.h> is not foundDail
H
23

ATL 7.1 is now part of the Windows Driver Kit.

Horne answered 26/6, 2010 at 8:22 Comment(1)
Looks like the link is now dead.Polypody
H
9

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.

Hibbs answered 16/9, 2008 at 12:34 Comment(0)
U
4

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

In his modified script, replace VisualStudio to VCExpress.

Ulphiah answered 14/11, 2008 at 21:4 Comment(1)
Link looks like it should point to blog.technicallyworks.com/2009/04/…Caboodle
D
0

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.

Darbies answered 16/9, 2008 at 12:26 Comment(0)
C
0

You just need to install Windows Platform SDK as described here

Coburn answered 29/9, 2009 at 3:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.