Hi,
I've just run TeeChart8.06Builder6.exe on a system with BCB6 and TeeChart 7.07 installed. The installation of TeeChart 8 finished without any errors, but suddenly, building a BCB6 project fails with the linker error "Unable to open file 'TEEIMAGE7C6.LIB', even though it succeeded with TeeChart 7. Can you help?
Susi
Upgrade error
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Upgrade error
Hi Susi,
Most likely you'll have to remove those references from project's *.bpr as I described here.
Hope this helps.
Most likely you'll have to remove those references from project's *.bpr as I described here.
Hope this helps.
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 |
Re: Upgrade error
I've removed all references to TeeDB7C6.lib, TeeImage7C6.lib, TeeUI7C6.lib, TeePro7C6.lib and Tee7C6.lib from the BPR file. Now I get plenty of unresolved externals, such as "Unresolved external '__fastcall Teengine::TCustomChartElement::~TCustomChartElement()' referenced from C:\MyProject\DATA_GRAPHICS.OBJ".
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Upgrade error
Hi Susi,
You should also check that your project's Include and Library search path lists point to v8's "Include" and "Lib" folders respectively.
You should also check that your project's Include and Library search path lists point to v8's "Include" and "Lib" folders respectively.
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 |