Click to See Complete Forum and Search --> : Menu editing in VS2003


Strogian
06-28-2005, 01:06 AM
I have a question to anyone who uses visual studio 2003.

When you're using the resource editor to create a menu, do you get names like ID_FILE_NEW40001, instead of ID_FILE_NEW, when you make your stuff? Specifically, if you make a File menu, with an entry New. Because that happens with VS2005, and I'm not sure if it's a new thing or not.

Basically it's because ID_FILE_NEW is already defined in resafx.h, (which is included for some reason even though I don't use MFC in the project). Nobody seems to know what I'm talking about so it might be a new side-effect of something. I don't have VS2003 though, so I can't tell.