Problems getting TeeChartVCLFMXSOURCE-2018.26 started

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
chartist
Newbie
Newbie
Posts: 3
Joined: Mon Mar 11, 2019 12:00 am

Problems getting TeeChartVCLFMXSOURCE-2018.26 started

Post by chartist » Wed Mar 13, 2019 11:26 pm

Hi,
I have been using TeeChart for almost 20 years, and for the first time I am completely stumped with something as simple as installing the product...

I have a completely clean installation of RAD Studio 10.3.1 Rio on a clean Windows 7 64 bit machine, and I am attempting to add TeeChart 2018.26 to it.

I am using the install file TeeChartVCLFMXSOURCE-2018.26.exe and it ends up running TeeRecompile.
In TeeRecompile, I chose the options you can see here:

Image

Everything looks like it worked. So I create a new Windows VCL project in Rio, and drop the TChart component on the form in the designer, as usual. Nothing else on the form at all, and I don't add any series to the TChart or anything.

The problem comes when I try to compile.

I get an error, "[dcc32 Fatal Error] VCLTee.TeeGDIPlus.pas(46): F2613 Unit 'TeCanvas' not found."

The IDE shows that this is imported in unit VCLTee.TeeGDIPlus:

Image

I have tried everything I could think of... reinstalling several times, including reinstalling Delphi. I have tried adding paths to the project to help TeeChart find the units it is looking for, but nothing seems to help.

This is driving me crazy... please help!
Attachments
TeCanvas not found 1.png
TeCanvas not found 1.png (38.16 KiB) Viewed 9841 times
Install Options.jpg
Install Options.jpg (100.96 KiB) Viewed 9841 times

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

Re: Problems getting TeeChartVCLFMXSOURCE-2018.26 started

Post by Yeray » Fri Mar 15, 2019 9:47 am

Please, add the "VCLTee" and/or "FMXTee" prefix to the unit scope names in your IDE:

blmiigpenlhfhjpg.png
blmiigpenlhfhjpg.png (22.96 KiB) Viewed 9821 times

You can add them at the project options, but if you do it at IDE-level, any new project will be able to use them.

Sorry for the inconvenience generated.
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

chartist
Newbie
Newbie
Posts: 3
Joined: Mon Mar 11, 2019 12:00 am

Re: Problems getting TeeChartVCLFMXSOURCE-2018.26 started

Post by chartist » Fri Mar 15, 2019 10:58 pm

That fixed it - thank you Yeray! :D

Post Reply