Page 1 of 1

TeeChart Pro Source resolve issue

Posted: Fri May 12, 2017 5:11 am
by 16580759
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?

Re: TeeChart Pro Source resolve issue

Posted: Fri May 12, 2017 5:38 am
by 16580759
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.

Re: TeeChart Pro Source resolve issue

Posted: Fri May 12, 2017 7:09 am
by yeray
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!