Home » U++ Library support » RichText,QTF,RTF... » Error while compiling on Windows Platform
Re: Error while compiling on Windows Platform [message #35805 is a reply to message #35801] |
Thu, 22 March 2012 15:49  |
 |
koldo
Messages: 3443 Registered: August 2008
|
Senior Veteran |
|
|
omari wrote on Thu, 22 March 2012 10:25 | Hello,
you make it work by removing the line :
ReportWindow::ReportWindow();
a derived class call its base constructor automatically.
|
Oh yes.
You wrote this:
class ERPReportWindow : public ReportWindow
{
public:
typedef ERPReportWindow CLASSNAME;
ERPReportWindow()
{
ReportWindow::ReportWindow(); // This line is redundant
};
};
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Sun Aug 10 18:28:04 CEST 2025
Total time taken to generate the page: 0.02984 seconds
|