Hi!
I'm having problems trying to compile some projects, depending on the TeeSeries included in the project.
With a TChart and a normal Series type it works fine, but If I add a TeeDonut, TeeGauges, TeeMap... Serie, I can't compile the project.
For example, after adding a Gauge Serie at design time, I get the following error when compiling:
Unit TeeGauges was compiled with a different version of TeCanvas.TChartPen
What can I do?
Thanks!
compile error: Unit XXX was compiled with a different....
Re: compile error: Unit XXX was compiled with a different....
Hello setecg,
TeeChart installer should find the packages from the Standard version shipped with the IDE and should backup them in a new folder that the IDE should not reference. However, when you get an error like "Unit A was compiled with a different version of B" usually means that the IDE has found a unit from another TeeChart version. So checking the library and search paths, and making sure that the good ones are on the top of the list, use to solve this problem.
I hope will helps.
Thanks,
TeeChart installer should find the packages from the Standard version shipped with the IDE and should backup them in a new folder that the IDE should not reference. However, when you get an error like "Unit A was compiled with a different version of B" usually means that the IDE has found a unit from another TeeChart version. So checking the library and search paths, and making sure that the good ones are on the top of the list, use to solve this problem.
I hope will helps.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: compile error: Unit XXX was compiled with a different....
Yes, it was the solution.