Having ustalled Visual C++ Express Edition, I'm attempting to compile a source which had an include for atlstr.h. Compilation fails because that header is not present.
I've done some research at seems that atlstr.h is part of the Active Template Library.
Where can I download a version of ATL that includes atlstr.h I've downloaded both version 7 and 7.1 but neither includes atlstr.h.
Thanks.

Cannot open include file: 'atlstr.h'
RSDuren
http://groups.yahoo.com/group/wtl/message/12850
Pontifice
Saurabh
1. You don't need MFC, only ATL.
2. You can't download ATL. If you need it, you must buy a retail version of Visual Studio. Sorry.
SHIYAS
http://groups.yahoo.com/group/wtl/
and search for "express" then you will get a few threads with successful stories of using WTL under VC++ Express.
Cheers
Mateusz oskot
Danilo80
So it looks like it's part of ATL for MFC. You need MFC as well.