Unable to find package import

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Jorge
Newbie
Newbie
Posts: 7
Joined: Fri Jun 27, 2008 12:00 am

Unable to find package import

Post by Jorge » Tue Aug 19, 2008 7:49 am

Hi
We've installed TeeChart 8.01 for Delphi2007 and we are using it with C++ Builder 2007. When we try to compile the project, the program tries to find the libraries of the previous version of TeeChart:
Unable to find package import:
• Teelanguage6C6.bpi
• TeeImage6C6.bpi
• TeePro6C6.bpi
• TeeGl6C6.bpi
• TeeDB6C6.bpi
• TeeUI6C6.bpi
• Tee6C6.bpi
We’ve selected the new libraries(Teelanguage811.bpi, TeeImage811.bpi,...) but whenever we run the project, the program ask for these libraries.
What can we do to solve this problem?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Tue Aug 19, 2008 8:41 am

Hi Jorge,

It seems that your IDE is referencing some packages from another TeeChart installation that may exist or may not exist (TeeChart v6 for C++ Builder 6). I recommend you to search and remove those inappropriate references into your C++ Builder 2007 search paths and library paths.

And when you'll be sure of that your IDE is "clean", try to compile a new project with only a chart on a form.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply