A class named 'TPenDialog' already exists

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Geocentrix
Newbie
Newbie
Posts: 7
Joined: Mon Sep 09, 2019 12:00 am

A class named 'TPenDialog' already exists

Post by Geocentrix » Tue Jan 21, 2020 3:57 pm

I am trying to update a program built under C++Builder 10.3 Rio (using the BCC32 compiler) so that it uses TeeChart 2020.29.

Everything compiles properly but when I run the program I get an error message:
A class named 'TPenDialog' already exists
The call stack indicates the problem is occurring at TeePro926.@Vcltee@Teevoled@initialization$qqrv + 0x13

I am building with runtime packages enabled.

Is this a known problem with the latest TeeChart (since the error did not occur with the previous release)?

What is the solution?

Any help would be much appreciated.

Thank you

Andrew Bond

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

Re: A class named 'TPenDialog' already exists

Post by Yeray » Thu Jan 23, 2020 8:10 am

Hello,

I'm afraid I don't remember this error being reported previously.
Could you please arrange a simple example project we can run as-is to reproduce the problem here?

Thanks in advance.
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