Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 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
 
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: Sun Aug 10 18:28:04 CEST 2025

Total time taken to generate the page: 0.02984 seconds