Menu IDs converting to Number (VS 2003) ?!?
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using Visual Studio 2003 for an MFC project, and every once and a while (more frequently lately) some of my menu IDs convert from the ID representation (e.g. "ID_FILE_HELLO_WORLD" to the number (e.g. "20412"). Has anyone else seen this bug, and if so, how can I avoid it? It's driving me nuts! :mad: Warren