Home » Community » Newbie corner » Problems when using layouts
Re: Problems when using layouts [message #27156 is a reply to message #27154] |
Mon, 28 June 2010 23:33   |
|
Hi Javier,
The problem is that the code in dialogoDlg.h doesn't know about the layout template, because that was included in prueba.h. The solution requires moving the code between the files a bit. I would say the simplest solution (but not only one) is to move the content of dialogoDLG.h into prueba.h and use only this one file.
Additionally, in class prueba you have : That is interpreted by compiler as function declaration, correctly it shoud be without the parenthesis:
Honza
|
|
|
Goto Forum:
Current Time: Fri Jul 18 07:20:21 CEST 2025
Total time taken to generate the page: 0.00802 seconds
|