Search found 3 matches
- Mon Jun 03, 2024 3:43 pm
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1856
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Well, we changed these variables to STATIC and it fixed the problem . Release builds with compiler optimization for the entire solution can now print documents without crashing. I've only done some preliminary testing, but it looks good so far. Beforehand, it basically couldn't print at all. It's ...
- Thu May 30, 2024 2:53 pm
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1856
- Wed May 29, 2024 12:19 pm
- Forum: 3rd party products
- Topic: ReportPro 3.60 for XSharp 2.60 memory exception
- Replies: 20
- Views: 1856
Re: ReportPro 3.60 for XSharp 2.60 memory exception
Greetings, We observe the exact same problem. It turns out that printing through the cPrinter class crashes with memory errors whenever we compile Classmate with the "Build/Optimize" flag. It only happens when using the printer DC, print preview is not affected. Disabling Optimize in Release builds ...