Hi
Fairly new to this.
Using Rad Studio Berlin 10.1 Delphi Update 2.
I have recently acquired TeeChart Pro Full Source
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.
I got an example from Mr Yeray and it looks like this when I compile. Works fine.
Was it not correctly installed or I'm doing something wrong?
TeeChart Pro Source resolve issue
Re: TeeChart Pro Source resolve issue
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.
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.
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
I will Post it here so other people can see. Delete post if deemed unnecessary.
Re: TeeChart Pro Source resolve issue
Hello,
I'm glad to hear that post helped you!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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |