Page 1 of 1

Upgrade error

Posted: Mon Feb 08, 2010 11:13 am
by 9233301
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

Re: Upgrade error

Posted: Mon Feb 08, 2010 11:20 am
by narcis
Hi Susi,

Most likely you'll have to remove those references from project's *.bpr as I described here.

Hope this helps.

Re: Upgrade error

Posted: Mon Feb 08, 2010 11:39 am
by 9233301
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".

Re: Upgrade error

Posted: Mon Feb 08, 2010 11:44 am
by narcis
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.

Re: Upgrade error

Posted: Mon Feb 08, 2010 12:11 pm
by 9233301
Ok, it's working.