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
Error with compiling Tee8New
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |