Multiple DLLs: TChartAxisTitle already exists

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Pasiputteri
Newbie
Newbie
Posts: 1
Joined: Mon Apr 24, 2006 12:00 am

Multiple DLLs: TChartAxisTitle already exists

Post by Pasiputteri » Tue Aug 07, 2007 2:24 pm

Hello,

I'm using TeeChart 7.07 Pro without source code. My tool is C++ Builder 5.

I have a software consisting of main exe and several dll's. In main exe I have placed TChart on many forms. Now, I have placed TChart into a form in a dll.
When I load the dll dynamically with LoadLibrary, I get the error message "A class named TChartAxisTitle already exists". And the dll refuses to load.

I think this is some kind of bug in registering the TChart classes?

BR,
Pasi

Pep
Site Admin
Site Admin
Posts: 3272
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 13, 2007 7:49 am

Hi Pasi,

check that your application is not referencing to any runtime packages (at the project options). You should make sure that only one of te TeeChart version runtime packages are referenced.

Post Reply