Rewind to TChart that comes with BC6

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
E Mann
Newbie
Newbie
Posts: 2
Joined: Fri Feb 27, 2009 12:00 am

Rewind to TChart that comes with BC6

Post by E Mann » Thu Mar 05, 2009 10:41 am

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?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu Mar 05, 2009 11:38 am

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply