PDA

View Full Version : NCreport on qt 5.0.1



geanni
17th June 2013, 19:49
Hi,

I'm altmost new to qt environment. I'm working on an applicaiton using qt 5.0.1 and ncreport build for this version(last one). I have an issue at link phase when I use in the application this line of code:

NCReportPreviewWindow * pv = new NCReportPreviewWindow();

The link problem is that the implementation for
virtual void activatePrint();
virtual void activatePdf();
virtual void activateSvg();

is not found. Does anybody get the same issue? I double checked if the lib in .pro is pointing to the path where the ncreport is installed. At first sight the NCReportDebug2.lib does not contain the implementation of the above functions.

Thanks,
Geanni