您的位置:首页 > 其它

Warning: no message line prompt for ID

2015-12-08 15:22 344 查看
Warning: no message line prompt for ID 0x8010.

Warning: no message line prompt for ID 0x8013.

Warning: no message line prompt for ID 0x800A.

Warning: no message line prompt for ID 0x800C.

Warning: no message line prompt for ID 0x800A.

Warning: no message line prompt for ID 0x8013.

 

原因分析:

These warnings occur when the mouse cursor moves over a menu-item, toolbar or something else that has not a help text associated with it.

You can set the helptext when you go to the properties of a menu item and type a text in the 'prompt' edit field. When you move the mouse over the menu item, this text is displayed in the statusbar.

The ids are hexadecimal, when you convert them to decimal with for example the windows calculator you can look them up in resource.h
告警信息是因为定义的菜单项或者按钮(id=0x8006的)没有相关的提示字符串(prompt),也就是没有对响应ID的资源进行消息处理
 

解决办法:

 

 

 

 

 

 

 

文献引用:

1、http://blog.csdn.net/gxj1680/article/details/3548925
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  MFC Debug Warning