Hi,
I down loaded the eva version of TeeChart 8.04. Installed it to my BCB 2009 Pro version. When I start my BCB 2009, I got the msg saying that can't load Package Tee812, it contains unit 'TeeAbout,' which is also contained in package 'Tee8120'. What is my problem?
Thanks
TeeChart 8.04 Evaluation
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi BE,
This means your C++ Builder 2009 is still using default TeeChart packages. You should go to Project -> Options -> Packages and disable standard TeeChart packages and enable v8.04 ones. Go to Directories and Conditionals -> Library Path and check that $(TEELIBPATH) and $(TEELIBPATH)\Obj are on *top* of the list. Then go to C++ Compiler -> Directories and Conditionals and check that Include file search path has $(TEEINCPATH) on *top* of the list. Finally enable the left-bottom "Default" checkbox.
This means your C++ Builder 2009 is still using default TeeChart packages. You should go to Project -> Options -> Packages and disable standard TeeChart packages and enable v8.04 ones. Go to Directories and Conditionals -> Library Path and check that $(TEELIBPATH) and $(TEELIBPATH)\Obj are on *top* of the list. Then go to C++ Compiler -> Directories and Conditionals and check that Include file search path has $(TEEINCPATH) on *top* of the list. Finally enable the left-bottom "Default" checkbox.
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 |