Compile ATL project with Windows SDK 7.1 only

I have a project that needs to be compiled. It is compiled on our build server, on which I just installed the Windows SDK 7.1. I would not want to install the actual Visual Studio on this computer, but I get the error β€œcannot find the atlstr.h file”, which I just read, is part of ATL, which is part of Visual Studio.

Is there a way I can compile it without installing Visual Studio on the build server?

+7
source share
2 answers

ATL is now freely available as part of the Windows driver suite: http://msdn.microsoft.com/en-us/windows/hardware/gg487438.aspx

+10
source

Not. ATL is a fundamental part of non-free versions of MSVC.

+2
source

All Articles