Page 1 of 1

compile error: Unit XXX was compiled with a different....

Posted: Thu Jan 27, 2011 12:17 pm
by 16458203
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!

Re: compile error: Unit XXX was compiled with a different....

Posted: Thu Jan 27, 2011 3:00 pm
by 10050769
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,

Re: compile error: Unit XXX was compiled with a different....

Posted: Mon Jan 31, 2011 10:49 am
by 16458203
Yes, it was the solution.