| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1914 人关注过本帖
标题:cxxx0017:Error:symbol "this" not found
只看楼主 加入收藏
luke0413
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2006-11-2
收藏
 问题点数:0 回复次数:3 
cxxx0017:Error:symbol "this" not found
我的程序编译通过了,但是运行一定步数之后就会出现问题,单步调试结果显示:cxxx0017:Error:symbol "this" not found
谁能帮帮我啊,我急用这个程序结果。
搜索更多相关主题的帖子: symbol found not 
2006-11-02 20:24
litcatyx
Rank: 1
等 级:新手上路
威 望:1
帖 子:151
专家分:0
注 册:2006-10-27
收藏
得分:0 
你能不能把代码发上来

2006-11-02 21:27
wfpb
Rank: 6Rank: 6
等 级:贵宾
威 望:29
帖 子:2188
专家分:0
注 册:2006-4-2
收藏
得分:0 
你把错误信息贴全点,这只是部分的吧!

[glow=255,red,2]wfpb的部落格[/glow] 学习成为生活的重要组成部分!
2006-11-02 21:35
wfpb
Rank: 6Rank: 6
等 级:贵宾
威 望:29
帖 子:2188
专家分:0
注 册:2006-4-2
收藏
得分:0 
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.

对照这个看看自己错在哪了

[glow=255,red,2]wfpb的部落格[/glow] 学习成为生活的重要组成部分!
2006-11-02 21:37
快速回复:cxxx0017:Error:symbol "this" not found
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026291 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved