Error with compiling Tee8New

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

Error with compiling Tee8New

Post by Xia » Tue Apr 22, 2008 9:56 am

Hi,

I tried to compile and run the Tee8New demo programme in C++ Builder 2007, but it shows an error message as below

[DCC Error] TeeExpForm.pas(50): F1026 File not found: 'TeEngine.dcu'

I checked the include and library path or directory and they seem ok. Am I missing something?

Regards

Xia

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

Post by Narcís » Tue Apr 22, 2008 10:26 am

Hi Xia,

Have you checked that C:\Program Files\Steema Software\TeeChart 8.02 for Delphi 2007\Delphi11\Lib (Default English installation path) is in the Library path list?

Thanks in advance.
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

Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

Post by Xia » Tue Apr 22, 2008 10:55 am

Hi Narcis,

I have checked C++ Builder Tools/Options - C++ Options-Paths and Directories:
C:\Program Files\Steema Software\TeeChart 8.02 for Delphi 2007\Delphi11\Lib and
C:\Program Files\Steema Software\TeeChart 8.02 for Delphi 2007\Delphi11\Lib\obj
were in the Library Path list.

Regards

Xia

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

Post by Narcís » Tue Apr 22, 2008 11:24 am

Hi Xia,

Thanks for the info. Have you also checked that TeEngine.dcu is in the mentioned folder? The C++ Builder 2007 demo included with the v8.02 installation builds fine for me here.

Thanks in advance.
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

Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

Post by Xia » Tue Apr 22, 2008 12:30 pm

Hi Narcis,

Thanks.

TeEngine.dcu and other *.dcu files are in the Delph11\Lib directory. It looks like C++ Builder does not serach *.dcu file in the Delph11\lib directory for some reasons. Apart from adding Delph11\Lib to the library path in the C++ Options: Paths and Directories of the Tools->Options window, are there other places to specify the directory for *.dcu files (e.g. Paths and Defines in the Project->Options window)? Perhaps, you could email me the Tee8New.cbproj which may include this information.

Regards

Xia

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

Post by Narcís » Wed Apr 23, 2008 10:45 am

Hi Xia,

This is most likely that the Lib folder path needs to be set somewhere in your C++ Builder installarion. You could try adding it at the top of the list in the library search path and also at Environment Options->Library. Finally try rebuilding Tee8New.
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

Post Reply