设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 1020|回复: 3
打印 上一主题 下一主题

cxxx0017:Error:symbol "this" not found

[复制链接]
跳转到指定楼层
1#
发表于 2009-11-4 00:53:39 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
我的程序编译通过了,但是运行一定步数之后就会出现问题,单步调试结果显示:cxxx0017:Error:symbol "this" not found
谁能帮帮我啊,我急用这个程序结果。
4#
发表于 2009-11-4 00:53:42 | 只看该作者
Expression Evaluator Error CXX0017
symbol not found

A symbol specified in an expression could not be found.

One possible cause of this error is a case mismatch in the symbol name. Because C and C++ are case-sensitive languages, a symbol name must be given in the exact case in which it is defined in the source.

This error can occur when trying to typecast a variable in order to watch the variable during debugging. The typedef declares a new name for a type, but it does not define a new type. The typecast attempted in the debugger requires the name of a defined type.

Tips

Make sure the symbol is already declared at the point in the program where it is being used.


Use an actual type name to cast variables in the debugger, rather than a typedef defined name.
This error is identical to CAN0017.

对照这个看看自己错在哪了
回复 支持 反对

使用道具 举报

3#
发表于 2009-11-4 00:53:41 | 只看该作者
你把错误信息贴全点,这只是部分的吧!
回复 支持 反对

使用道具 举报

2#
发表于 2009-11-4 00:53:40 | 只看该作者
你能不能把代码发上来
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 21:42 , Processed in 0.131524 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表