U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
koldo is currently offline  koldo
Messages: 3460
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: class generating QTF table
Next Topic: Printing in Windows - selecting 2 copies, prints 4 copies
Goto Forum:
  


Current Time: Tue Jun 23 07:13:58 GMT+2 2026

Total time taken to generate the page: 0.00958 seconds