Click to See Complete Forum and Search --> : Problem with resource id's...


mikael_aronsson
February 7th, 2002, 07:46 PM
Hi !

I have a small problem that I cannot figure out, when I add for example a menu to an MFC project and then type in the id in the property list "ID_VIEW_MYWINDOW" for example, everything look's fine but the value of ID_VIEW_MYWINDOW is zero (0), so to make it work I have to edit the resource.h file and change it to a working value myself, this happens all the time, both with old VC 6 projects converted to VS.NET and new projects.

Am I the only one with this problem ? (I have the same problem on two different computers).

Any ideas on what's going on would be helpful here.

Mikael

DenizK
February 17th, 2002, 02:06 PM
I have this problem too:-( And I changed the resource.h file too.