Page 1 of 1

Error using Delphi2010 and TeeChart 8

Posted: Tue Feb 09, 2010 1:14 pm
by 10055200
Hi,

i have problem with including TeEngine and Series units into delphi project.

I use:

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, TeeProcs, TeEngine, Series;

I added path to Library and search path of project but I always get compiler error: Could not compile used unit: TeEngine.pas

Thanks for help,

PoLabs

Re: Error using Delphi2010 and TeeChart 8

Posted: Tue Feb 09, 2010 2:06 pm
by narcis
Hi PoLabs,

Do you have the path of v8's TeEngine.dcu on top of the search path list?

Re: Error using Delphi2010 and TeeChart 8

Posted: Wed Feb 10, 2010 11:48 am
by 10055200
Hi,

I solved issue. It was my mistake. I haven't unistalled version 7 from system. Now it is working.

Thank you anyway.

PoLabs