Menu change in IDE but not in running application
-
Hi, I have a MFC application. I work with Visual Studio 2010 and C++. I have changed the caption of a menu item in the IDE. When I run the application, the caption is not changed. Do I have to changed the menu in a particular file? Thanks, Claude
-
Hi, I have a MFC application. I work with Visual Studio 2010 and C++. I have changed the caption of a menu item in the IDE. When I run the application, the caption is not changed. Do I have to changed the menu in a particular file? Thanks, Claude
Try rebuilding the whole project. Right-click the project in Solution Explorer, and choose "Rebuild".
The difficult we do right away... ...the impossible takes slightly longer.
-
Hi, I have a MFC application. I work with Visual Studio 2010 and C++. I have changed the caption of a menu item in the IDE. When I run the application, the caption is not changed. Do I have to changed the menu in a particular file? Thanks, Claude