Upgrade error

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
susi
Newbie
Newbie
Posts: 10
Joined: Wed Jul 28, 2004 4:00 am

Upgrade error

Post by susi » Mon Feb 08, 2010 11:13 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Upgrade error

Post by Narcís » Mon Feb 08, 2010 11:20 am

Hi Susi,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

susi
Newbie
Newbie
Posts: 10
Joined: Wed Jul 28, 2004 4:00 am

Re: Upgrade error

Post by susi » Mon Feb 08, 2010 11:39 am

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".

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Upgrade error

Post by Narcís » Mon Feb 08, 2010 11:44 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

susi
Newbie
Newbie
Posts: 10
Joined: Wed Jul 28, 2004 4:00 am

Re: Upgrade error

Post by susi » Mon Feb 08, 2010 12:11 pm

Ok, it's working.

Post Reply