Page 1 of 1

Rewind to TChart that comes with BC6

Posted: Thu Mar 05, 2009 10:41 am
by 12052688
Can someone tell me how I undo TeeChart v8 installation (which has failed) and get back to a standard BC6 TChart.

I have run the uninstall but I now get a link error when I drop a TChart on a form: [Linker Error] Unable to open file 'TEERESOU.RES'

Do I have to re-install BC6?

Posted: Thu Mar 05, 2009 11:38 am
by yeray
Hi E Mann,

You should have your old teechart files in these backup folders:
C:\Program Files\Borland\CBuilder6\Include\Vcl\Backup_TeeChart
C:\Program Files\Borland\CBuilder6\Lib\Obj\Backup_TeeChart

You have two options:

1. "Radical": Cut or copy the files from the backup folders to the superior folder:
copy C:\Program Files\Borland\CBuilder6\Include\Vcl\Backup_TeeChart\*.* C:\Program Files\Borland\CBuilder6\Include\Vcl\

copy C:\Program Files\Borland\CBuilder6\Lib\Obj\Backup_TeeChart\*.* C:\Program Files\Borland\CBuilder6\Lib\Obj\

2. "Non destructive": Add old TeeChart backup files to your IDE's include and library paths:
add C:\Program Files\Borland\CBuilder6\Include\Vcl\Backup_TeeChart to Project/Options.../Directories-Conditionals.../Include path

add C:\Program Files\Borland\CBuilder6\Lib\Obj\Backup_TeeChart to Project/Options.../Directories-Conditionals.../Library path

And following any of the routes, you should revise also that the correct components are selected in the Project/Options.../Packages list