Link to home
Start Free TrialLog in
Avatar of aj85
aj85

asked on

Fatal Error Delphi 7

Hello Experts,

I am getting the following error when I compile and run my application:

[Fatal Error] f_main.pas(10): Unit frxChart was compiled with a different version of TeEngine.TChartSeries

This issue just started as the application compiled and executed fine before so I am not sure what the issue is that is causing this now.  I have removed and added the Tee component several times but that does not seem to resolve the problem.  Not sure how to proceed next.

Thanks,
aj85



Avatar of Eddie Shipman
Eddie Shipman
Flag of United States of America image

You may have a different version of the unit that contains The TeEngine.TChartSeries class in it somwhere else on your system.
Or a different DCU of that unit.
Avatar of aj85
aj85

ASKER

Hello Eddie,

Ok so how can I find that Unit or DCU that contains the other reference?

Thanks.
Searching, perhaps? Want me to hold your hand while you do it?
Avatar of aj85

ASKER

Is that supposed to be funny?
ASKER CERTIFIED SOLUTION
Avatar of Mike Littlewood
Mike Littlewood
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aj85

ASKER

Mike,

Thanks for the professional answer, that solved the issue.

aj85