281264 Messages: 272 Registered: June 2010 Location: Spain
Experienced Member
Hi,
I am training myself with layouts; however I am finding some “conceptual” problems. Here are the steps I have made:
1.- I created a GUI application with the U++, with its own lay out; in this step there is not problem;
2.- The I tried to add a new dialog by using the lay out designer; once I finished its design and used the Generate Code tool to get the class code generated;
3.-I pasted part of the code in a new header file and another part (the implementation) in a cpp file.
When I compile the application the outcome contains some errors. Please, be so kind to indicate what I am doing wrong.