I have made a menu bar in a resource file which is called untitled.rc. The name is the Menu is MYMENU. Now I want to use this menu bar in my project. How do do that? I tried to include the following:
#include <untitled.rc>

But it does not work. My compiler does not know from which resource file, it is to take the menu "MYmenu"

Please reply as soon as possible
Thanks!