Warning: no message line prompt for ID 0xE001 |
Post Reply |
Author | |
whudson
Newbie Joined: 05 May 2008 Location: United Kingdom Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 28 November 2011 at 12:09pm |
I've started using CXTPCommandBars and related classes in an application and am receiving a lot of debug output complaining 'Warning: no message line prompt for ID 0xE001'. This happens mostly when the mouse is moved over the command bars.
The puzzling thing is that I do have a string resource for 0XE001 (57345 decimal). I can see it in my resource file. It is labelled AFX_IDS_IDLEMESSAGE and reads 'Ready'. However, in tracing through CFrameWnd::GetMessageString, MFC claims not to be able to find it. This does not happen in the version of the program prior to the addition of the XTP command bars. Regards, William
|
|
whudson
Newbie Joined: 05 May 2008 Location: United Kingdom Status: Offline Points: 7 |
Post Options
Thanks(0)
|
I did eventually solve this. In my .rc file, most of my strings were UK English. I noticed that some string resource routines worried about language, so I changed my entire resource file to US English (just a few lines needed deleting). The problem went away.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |