Class TTextBlock already Exists

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
LanceRas
Newbie
Newbie
Posts: 6
Joined: Fri Jun 15, 2018 12:00 am

Class TTextBlock already Exists

Post by LanceRas » Mon Jul 09, 2018 10:38 pm

Had Standard edition and upgraded to Pro. After installing and recompiling I receive the "Class TTextBlock already Exists" error with the TeeMaker Design Package. I have to keep it disabled. I did search the forums and I do have several TMS components installed. Past forum posts mentioned that this was corrected, so I wonder if there has been some regression.

Steema TeeChart Pro VCL FMX Source Code 2018.24

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

Re: Class TTextBlock already Exists

Post by Yeray » Wed Jul 11, 2018 8:28 am

Hello,

Could you please post the full error message?
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

LanceRas
Newbie
Newbie
Posts: 6
Joined: Fri Jun 15, 2018 12:00 am

Re: Class TTextBlock already Exists

Post by LanceRas » Mon Jul 30, 2018 9:08 pm

"Can't load package C:\_comps\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2018.24\Source\..\compiled\Del...\DclTeeMaker125.BPL. A class named TTextBlock already exists. Do you want to attempt to load this package the next time a project is loaded?"

Delphi 10.2.3.

LanceRas
Newbie
Newbie
Posts: 6
Joined: Fri Jun 15, 2018 12:00 am

Re: Class TTextBlock already Exists

Post by LanceRas » Mon Jul 30, 2018 9:17 pm

Looks like TMS is using same class name in TMS Diagram Studio.

Not sure who's using first. I'll let Bruno know there is a conflict as well.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Class TTextBlock already Exists

Post by Sandra » Wed Aug 01, 2018 3:13 pm

Hello LanceRas,

The problem was fixed since TeeChart Pro VCL/FMX v2017.23 as explain in this thread: http://www.teechart.net/support/viewtop ... ock#p74313
But seems TMS have done changes that causes conflict appears again.
We have already fixed the problem, for next maintenance release. But, you can fix the problem changing, TTextBlock class to TTeeTextBlock and TPolygon class to TTeePolygon in the TeeMaker code you find under %Program Files (x86)%\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2018.24\TeeMaker.
The exactly files you must modify are:
  • TeePhysics.pas
    Unit_Test_Collision.pas
    TeeBlockCanvas.pas
    TeeBlockEditor.pas
    TeeBlocks.pas
    TeeExtruded.pas
Hoping this helps you.

Thanks in advance
Best Regards,
Sandra Pazos / 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

Post Reply