在Windows中编译ZBar示例的错误:不能打开包含文件:“Magick++”。没有这样的文件或目录。

时间:2022-03-22 08:56:26

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”目录:

在Windows中编译ZBar示例的错误:不能打开包含文件:“Magick++”。没有这样的文件或目录。

How do I install ImageMagick in such a way that the ZBar example can work?

如何以ZBar示例可以工作的方式安装ImageMagick ?

1 个解决方案

#1


1  

Re-run the installer, and be sure to check the option that installs development libraries & headers.

重新运行安装程序,并确保检查安装开发库和header的选项。

在Windows中编译ZBar示例的错误:不能打开包含文件:“Magick++”。没有这样的文件或目录。

#1


1  

Re-run the installer, and be sure to check the option that installs development libraries & headers.

重新运行安装程序,并确保检查安装开发库和header的选项。

在Windows中编译ZBar示例的错误:不能打开包含文件:“Magick++”。没有这样的文件或目录。