warning no message line prompt for id

来源:互联网 发布:网络主播英语怎么说 编辑:程序博客网 时间:2024/05/16 15:23
 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),解决方法是加上提示就可以了。
 
转自: http://blog.csdn.net/gxj1680/article/details/3548925
原创粉丝点击