Duplicate resource problem

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
WarmBooter
Newbie
Newbie
Posts: 33
Joined: Thu Mar 18, 2004 5:00 am
Location: Brasil
Contact:

Duplicate resource problem

Post by WarmBooter » Wed Feb 07, 2007 5:14 pm

If I drop into a form a TChartEditor or some other components like TChartListBox, I start to get the following error when I try to compile the application:

[Pascal Error] E2161 Duplicate resource: Type 2 (BITMAP), ID TAREASERIES; File C:\Borland\TurboDelphi\Comps\TeeChart\Delphi10\Lib\TeeBmps.res resource kept; file C:\Borland\TurboDelphi\Comps\TeeChart\Delphi10\Lib\teebmps.res resource discarded.
[etc...]

I already deleted all the teebmps.res files keeping just the one inside C:\Borland\TurboDelphi\Comps\TeeChart\Delphi10\Lib\ but it didn't solve the problem.

Any idea on how to fix this?

Carlos

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

Post by Narcís » Thu Feb 08, 2007 8:22 am

Hi Carlos,

Please read this message about a pretty similar issue.

If it doesn't help don't hesitate to let us know.
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

WarmBooter
Newbie
Newbie
Posts: 33
Joined: Thu Mar 18, 2004 5:00 am
Location: Brasil
Contact:

Post by WarmBooter » Thu Feb 08, 2007 10:27 am

Hi Narcis!

I already had seen that message, but it couldn't help.

When I searched for teebmps.res I found it in 3 places:

- TeeChart lib directory
- ReportBuilder directory
- Pivot Cube directory

I deleted all of them, leaving it just in the TeeChart lib directory, but it didn't solve the problem :-(

Carlos

WarmBooter
Newbie
Newbie
Posts: 33
Joined: Thu Mar 18, 2004 5:00 am
Location: Brasil
Contact:

Post by WarmBooter » Thu Feb 08, 2007 10:40 am

I just found that the problem only happens when I put a PivotCube component in the same project containing some of the TeeChart components.

I tried to recompile the PivotCube package, but problem still remains.

Any idea of what more I can do?

Carlos

WarmBooter
Newbie
Newbie
Posts: 33
Joined: Thu Mar 18, 2004 5:00 am
Location: Brasil
Contact:

Post by WarmBooter » Thu Feb 08, 2007 11:25 am

I solved the problem removing the reference to TeeBmps.res from one of the PivotCube .pas files.

Thanks!

Carlos

Post Reply