Search found 2 matches
- Fri Oct 21, 2011 10:34 am
- Forum: VCL
- Topic: Fast report in thread
- Replies: 3
- Views: 4368
Re: Fast report in thread
Hello Yeray, I've included an example project, the unit uReportThread.pas is where the action happens. One other thing I noticed, is that the charts are shown in the pdf on windows 32 bit, but don't show when run on windows 7 64 bit, although no errors are shown. I thought the thread safety should n...
- Thu Oct 20, 2011 11:42 am
- Forum: VCL
- Topic: Fast report in thread
- Replies: 3
- Views: 4368
Fast report in thread
Hello, I'm working on an application where reports (fast reports) are generated in a thread. This all works fine, but when I put some (TeeCharts) charts in the reports, the memory usage keeps on growing after every run of the thread. I've contatcted FastReports, and they say it's because Teecharts i...