【发布时间】:2013-06-13 03:55:53
【问题描述】:
我遇到的是,当我想将我创建的 exe 调试项目(没有任何问题)复制到另一台机器(显示错误消息)时,会显示此错误。
根据question posted previously,摆脱错误消息的最佳解决方案是在配置管理器中进行发布而不是调试。
这样做,并且在使用 RELEASE 重建项目时,我的项目中出现了新的错误,这些错误在执行 DEBUG 时没有包括在内。
例如,其中之一是:
Error 2 error C1083: Cannot open include file: 'opencv\highgui.h': No such file or directory c:\...\projects\...\ex\opencv.h 4
23 IntelliSense: identifier "IplImage" is undefined c:\...\ex.cpp 80
有什么意见吗?
【问题讨论】:
标签: c++ visual-studio-2010 debugging opencv release