In the end I gave up with the IDE, took the Verbose output from the TeeRecompile.exe and built a batch file with the commands adjusted to look at and save files to win64x instead of win64 and added -JF:COFFI to the end of each build command. This built the 64 bit .lib files needed by C++ Builder's n...
Hi We have bought the source code and compiled and installed TeeChart successfully using the TeeRecompile utility. A test delphi project builds ok. I need to rebuild from the VCL packages because 1) it's part of our build process and 2) I want to produce the new Modern 64-bit libraries for use with ...
Steema.zip The attached .zip contains a form which shows the issue. Using C++ Builder 11.3 if I place the attached form in a project and build using TeeChart Pro V2022.36.220929 and then launch the form and click Button1, which calls RemoveAllSeries() on the chart, everything works rapidly. However...
Hi I'm converting our apps to 64 bit using C++ Builder 12 and TeeChart Pro V2023.39.231109. The 32 bit is built in C++ Builder 11.3 using TeeChart Pro V2022.36.220929 I'm finding the performance of 64 bit TeeChart to be unusably slow. For example, we have a TDBChart with about 40 series, and the cha...
If I build the simplest app (one form with a TTeeGrid on it) and link with Runtime Packes then the app won't load. I get this error: Error reading TeeGrid1._Headers: Invalid property value. If I link without runtime packages there is no error. I'm using NexusDB, which absolutely requires linking wit...
I'm using Rad Studio 11.3 Patch 1. I've just downloaded and installed the latest TeeGrid trial but the installer didn't install the packages to the IDE and when I try to install them manually I get the error message shown in the screenshot...
Thanks Yeray I still get the problem occasionally in our legacy app - I'll have to dig into the code more. It doesn't occur in simple demos, unfortunately. My main question is - is this line Chart1->BackImage=NULL; the 'correct' way to clear the background image? I can't find anything in the documen...