Search found 4 matches

by Nathan
Fri Feb 07, 2020 12:44 am
Forum: VCL
Topic: OutOfMemory exception with nearly identical Y values (could be related to Bug 2267)
Replies: 3
Views: 11339

Re: OutOfMemory exception with nearly identical Y values (could be related to Bug 2267)

Thanks Marc. Yes I would appreciate what you can come up with, as I think in any case the Steema module should not throw an out of exception. Yes you are right with the number representation. Interestingly, it seems to only be if ALL the numbers in the series are very close. If one point is added th...
by Nathan
Thu Feb 06, 2020 5:07 am
Forum: VCL
Topic: OutOfMemory exception with nearly identical Y values (could be related to Bug 2267)
Replies: 3
Views: 11339

OutOfMemory exception with nearly identical Y values (could be related to Bug 2267)

These values came up in my application and still cause a crash. I extracted the data from the application and built a simple test project and it still crashs with an out of memory exception. Series1->AddXY(7217900,282842.7); Series1->AddXY(7218100,282842.7); Series1->AddXY(7218300,282842.7); Series1...
by Nathan
Thu Feb 06, 2020 4:40 am
Forum: VCL
Topic: Error Adding TeeChart 2020 VCL Components to Embarcadero 10.2
Replies: 2
Views: 9357

Re: Error Adding TeeChart 2020 VCL Components to Embarcadero 10.2

I found out what the problem was. I was using the Steema installer designed for a community edition when I was using Pro. Using the installer designed for starter enabled the components to be included and no linker issues.
by Nathan
Wed Feb 05, 2020 8:02 am
Forum: VCL
Topic: Error Adding TeeChart 2020 VCL Components to Embarcadero 10.2
Replies: 2
Views: 9357

Error Adding TeeChart 2020 VCL Components to Embarcadero 10.2

I get the following errors when trying to add the package on the project options. Can't load package .... DclTeePro925.bpl (Image attached) The specified procedure can not be found. The project I have was working fine with 2018 TeeChart Installer. I am using Embarcdero C++ 10.2 I have tried creating...