jerryq
驱动牛犊
驱动牛犊
  • 注册日期2004-12-28
  • 最后登录2007-09-11
  • 粉丝0
  • 关注0
  • 积分70分
  • 威望7点
  • 贡献值0点
  • 好评度7点
  • 原创分0分
  • 专家分0分
阅读:1564回复:0

DriverStudio中使用STL,编译出错

楼主#
更多 发布于:2007-07-31 11:38
error C1083: Cannot open include file: 'kstl.h': No such file or directory

请问哪位遇到同样的问题没?


#include <kstl.h>
换成这样:
#include    <E:\Program Files\Compuware\DriverStudio\Common\Include\stl\kstl.h>
错误信息:
e:\Program Files\Compuware\DriverStudio\Common\Include\stl\kstl.h(58) : fatal error C1083: Cannot open include file: 'suballoc.h': No such file or directory

好像是ds找不到stl的路径,如何解决?
游客

返回顶部