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?
Unable to find package import
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |