intel C++ compiler 编译问题
我使用的版本是Intel(R) C++ 11.1.035 [IA-32]
集成到vs2005中
以前我用vs2005开发的directshow视频监控软件,现在我想用intel compiler 来优化。出现编译错误:
catastrophic error: could not open source file "streams.h"
我已经在tool option intel c++ compilers 中添加了这个"streams.h"。程序还是提示这个错误。
干脆直接将"streams.h" 添加到工程中,程序同样还是提示这个错误。
请那个高手帮忙指点一下