Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compile ATL project with only Windows SDK 7.1

I have a project which needs to be compiled. It is compiled on our build server which I have only installed Windows SDK 7.1 on. I would like to not have to install an actual Visual Studio on this machine, but am getting an error "cannot find atlstr.h" file which I've just read is part of ATL which is part of Visual Studio.

Is there any way I can get this to compile without installing Visual Studio on the build server?

like image 512
Mladen Mihajlovic Avatar asked Feb 02 '23 15:02

Mladen Mihajlovic


2 Answers

ATL is now freely available as a part of Windows Driver Kit: http://msdn.microsoft.com/en-us/windows/hardware/gg487438.aspx

like image 186
Nemanja Trifunovic Avatar answered Feb 05 '23 04:02

Nemanja Trifunovic


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

like image 33
rubenvb Avatar answered Feb 05 '23 06:02

rubenvb