Compile ATL project with only Windows SDK 7.1

不想你离开。 提交于 2019-12-06 21:30:06

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/6979918/compile-atl-project-with-only-windows-sdk-7-1

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