Warning: no message line prompt for ID

来源:互联网 发布:java api 1.8英文版 编辑:程序博客网 时间:2024/05/17 08:02

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

0 0
原创粉丝点击