I've downloaded ZBar-0.1, and I'm trying to compile the example project - c:\Program Files (x86)\ZBar\examples\scan_image.vcproj
.
我下载zbar - 0.1,我试图编译示例项目——c:\Program Files (x86)\ZBar\examples\ scan_image.vcproj。
However it's giving me this error:
但是它给了我这个错误:
scan_image.cpp(2) : fatal error C1083: Cannot open include file: 'Magick++.h': No such file or directory
In the project settings, I see this include path in "Additional Include Directories" - C:\Program Files\ImageMagick-6.5.4-Q16\include
.
在项目设置,我看到这个路径包含在“附加包括目录”——C:\Program Files\ ImageMagick-6.5.4-Q16 \包括。
I downloaded and ran the installer for ImageMagick, but it didn't install an "include" directory:
我下载并运行了ImageMagick的安装程序,但是它没有安装“include”目录:
How do I install ImageMagick in such a way that the ZBar example can work?
如何以ZBar示例可以工作的方式安装ImageMagick ?