我在vs2005上编译了头文件,但是使用qwt的例子的时候,编译出了问题:
1>------ 已启动生成: 项目: histogram, 配置: Debug Win32 ------
1>正在编译...
1>main.cpp
1>.\main.cpp(4) : fatal error C1083: Cannot open include file: 'qwt_plot.h': No such file or directory
1>histogram_item.cpp
1>.\histogram_item.cpp(3) : fatal error C1083: Cannot open include file: 'qwt_plot.h': No such file or directory
1>Generating Code...
1>生成日志保存在“file://d:\TEMP\qwt1\debug\BuildLog.htm”
1>histogram - 2 个错误,0 个警告
========== 生成: 0 已成功, 1 已失败, 0 最新, 0 已跳过 ==========”
告诉我找不到头文件“”'qwt_plot.h'。这是怎么回事呀,应该在哪里设定头文件目录?
[ 此贴被XChinux在2008-08-12 10:13重新编辑 ]