Search found 3 matches

by beMax56
Sun Sep 04, 2016 1:28 am
Forum: wxCode
Topic: the problem of "wxReportDocument" for print preview
Replies: 5
Views: 4053

Re: the problem of "wxReportDocument" for print preview

Hi iwbnwif, Sorry to take so long to reply. I have not been able to get back to this until this evening. With respect to getting the library to compile, I was using TDM GCC 5-1 with wxWidgets 3.1.0 under Codeblocks 16.01. I can't remember the specifics now, sorry. The compiler complained about any c...
by beMax56
Sat Aug 27, 2016 1:43 am
Forum: wxCode
Topic: the problem of "wxReportDocument" for print preview
Replies: 5
Views: 4053

Re: the problem of "wxReportDocument" for print preview

I have figured out how to fix the wxReportDocument library so that it works correctly with wxWidgets 3.1.0 using the TDM-GCC 5-1 compiler on a WIndows 10 64bit system. As I mentioned above, changes to the wxXMLNode class require you to replace all references to wxXMLNode->GetProperties() to wxXMLNod...
by beMax56
Wed Aug 24, 2016 7:10 pm
Forum: wxCode
Topic: the problem of "wxReportDocument" for print preview
Replies: 5
Views: 4053

Re: the problem of "wxReportDocument" for print preview

There are several issues with wxReportDocument as it exists on the wxCode server (v1.2.2). What I have found: 1) To compile against wxWidgets 3.1.0, you need to change all references to wxXMLNode->GetProperties() to wxXMLNode->GetAttributes() and all references to wxXMLNode->GetProperty(... to wxXML...