Qt、qmake、Visual Studio 2008 和第三方库

发布于 2024-11-04 15:33:52 字数 316 浏览 0 评论 0 原文

这是我的第一个问题;我认为我的作业做得很好,但是我仍然遇到这个问题:

我尝试在 Visual Studio 中的项目属性页的包含搜索路径中添加我想要使用的包含位置。 我已经添加了 OpenCV,完全没有问题,所以我使用了相同的语法,但就像 VS2008 无法在包含文件夹中看到 .h 一样:我在编译时得到这个:

无法打开包含文件:'FlyCapture.h' : 没有这样的文件或目录。

因此,我尝试在代码中添加完整路径,然后似乎找到了 FlyCapture2.h,但是,我在编译时收到错误“Image”未知标识符...

对此的任何帮助将非常非常感谢!

it is my first question here; I think I did my homework pretty well, however I am still stuck with that problem:

I try to add in the include search path of my project property page in Visual Studio the include location I'd like to use.
I already added OpenCV with NO PROBLEM at all, so I used the same syntax, but it is like VS2008 can't see the .h into the include folder: I get this at compilation:

Cannot open include file: 'FlyCapture.h': No such file or directory.

So, I tried to add the full path in my code, it then seems to find FlyCapture2.h, however, I get the error 'Image' unkown identifer at compilation...

Any help with this would be very, very appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文