Error using Delphi2010 and TeeChart 8

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
PoLabs
Newbie
Newbie
Posts: 35
Joined: Fri Feb 05, 2010 12:00 am

Error using Delphi2010 and TeeChart 8

Post by PoLabs » Tue Feb 09, 2010 1:14 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Error using Delphi2010 and TeeChart 8

Post by Narcís » Tue Feb 09, 2010 2:06 pm

Hi PoLabs,

Do you have the path of v8's TeEngine.dcu on top of the search path list?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

PoLabs
Newbie
Newbie
Posts: 35
Joined: Fri Feb 05, 2010 12:00 am

Re: Error using Delphi2010 and TeeChart 8

Post by PoLabs » Wed Feb 10, 2010 11:48 am

Hi,

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

Thank you anyway.

PoLabs

Post Reply