here my application is GUI with UI designer
i put a lable in the form
and its name is label1
and in handling a menu option command i write this code
label1->SetText(_L("Mohamed Is in Love and Not!!"));
but compiler give me this error
undefined identifier 'label1'
what is the problem?

Reply With Quote
It is a matter of drag and drop.

