TeeChart Pro Source resolve issue

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MrI
Newbie
Newbie
Posts: 10
Joined: Fri Apr 21, 2017 12:00 am

TeeChart Pro Source resolve issue

Post by MrI » Fri May 12, 2017 5:11 am

Hi

Fairly new to this.
Using Rad Studio Berlin 10.1 Delphi Update 2.
I have recently acquired TeeChart Pro Full Source

Image

After installing I got this problem when I try to compile. This is a new test project. "Cannot resolve" which are underscored with red line.

Image

I got an example from Mr Yeray and it looks like this when I compile. Works fine.

Image

Was it not correctly installed or I'm doing something wrong?

MrI
Newbie
Newbie
Posts: 10
Joined: Fri Apr 21, 2017 12:00 am

Re: TeeChart Pro Source resolve issue

Post by MrI » Fri May 12, 2017 5:38 am

I read Mr Yeray post about paths in IDE

http://www.teechart.net/support/viewtop ... =3&t=15512

Thought my problem might be related to this, fiddle around a bit and fixed it by copying the url in Library path for 64 to 32-bit and it worked. Also changed the Win64 to Win32.

Something like this.

Code: Select all

$(BDSLIB)\$(Platform)\release;$(BDSUSERDIR)\Imports;$(BDS)\Imports;$(BDSCOMMONDIR)\Dcp\$(Platform);$(BDS)\include;C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2017.21\TeeTree\Compiled\Delphi24.win32\Lib;C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2017.21\Compiled\Delphi24.win32\Lib
Now it works. Still not sure why the original 32-bit path was incorrect but the 64-bit was.
I will Post it here so other people can see. Delete post if deemed unnecessary.

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

Re: TeeChart Pro Source resolve issue

Post by Yeray » Fri May 12, 2017 7:09 am

Hello,
MrI wrote:I read Mr Yeray post about paths in IDE

http://www.teechart.net/support/viewtop ... =3&t=15512

Thought my problem might be related to this, fiddle around a bit and fixed it by copying the url in Library path for 64 to 32-bit and it worked. Also changed the Win64 to Win32.
I'm glad to hear that post helped you!
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