Subj : Re: Menu not assigned To : borland.public.cpp.borlandcpp From : Gerhard Wolfstieg Date : Thu Apr 01 2004 01:35 pm Stefan Schumann wrote: > I try to assign a menu to a window, it compiles, it runs but the menu is > not assigned. > > > static const char AppName[] = "BrainDraw"; //Name Definition > > frame->AssignMenu(Name); > > > BRAINDRAW MENU > { Did you notice that frame->AssignMenu("BrainDraw"); and frame->AssignMenu("BRAINDRAW"); are not the same? gw .