简体   繁体   English

为Visual Studio 2013构建ImageMagick

[英]Building ImageMagick for Visual Studio 2013

I'm trying to build ImageMagick for Visual Studio Express 2013. I've followed the steps here with the exception of running "UpgradeToVS2012.cmd": ImageMagick with VS2012 我正在尝试为Visual Studio Express 2013构建ImageMagick。除了运行“ UpgradeToVS2012.cmd”外,我已经按照此处的步骤操作: ImageMagick与VS2012

When I build it I get 4000 odd linker errors as presumably the libraries it uses aren't meant for VS2013. 构建它时,我收到4000个奇怪的链接器错误,因为它使用的库可能不适用于VS2013。 It works fine for VS2012. 它在VS2012上运行良好。

Has anyone had any success in getting it to work with VS2013? 有没有人成功将其与VS2013配合使用?

Using @dlemstra 's advice I ran UpgradeToVS2012.cmd and opened it with VS Express 2013. This gave new errors about missing header files. 根据@dlemstra的建议,我运行UpgradeToVS2012.cmd并使用VS Express 2013将其打开。这给出了有关缺少头文件的新错误。

I managed to finally build the solution by using VS Ultimate instead of Express. 我最终使用VS Ultimate而不是Express构建了解决方案。 I'm not sure why this worked but it did. 我不知道为什么这行得通,但确实行得通。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM