The problem with Dev C++ is that it has no resource editor. I recommend searching the net for a resource editor so you can make your menu with it and then add it to your program normally.

wc.lpszMenuName = MAKEINTRESOURCE(menu id);

in your window class definition.