现在的位置: 首页 > 综合 > 正文

Warning: no message line prompt for ID 0×8003

2013年05月15日 ⁄ 综合 ⁄ 共 781字 ⁄ 字号 评论关闭

 Warning: no message line prompt for ID 0x8006.
Warning: no message line prompt for ID 0x8015.
Warning: no message line prompt for ID 0x8016.
.......

 

 

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

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的资源进行消息处理

抱歉!评论已关闭.