Page 1 of 1

Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

Posted: Fri Jul 28, 2023 12:14 pm
by 16071319
Hi,

Currently, we are using TeeChartNET2015SRC_4.1.2015.12160.exe

And using this link to download it - https://www.steema.com/ma_archive

We are getting the following errors when we tried to build the library (TeeChart46) source code in x86,
snip01.png
snip01.png (173.66 KiB) Viewed 11079 times
Where the function navigator.Select() is not closed with the correct string and punctuation.

Please let us know the correct line or things that need to be done.

Note: We haven't touched any source code. We are facing this issue while compiling the original code (we opened this sln "TeeChart46.sln")

Thanks,

Re: Teechart.dll build issue in TeeChartNET2015SRC_4.1.2015.12160.exe

Posted: Mon Jul 31, 2023 9:37 am
by Christopher
Hello,
sysadmin pune wrote:
Fri Jul 28, 2023 12:14 pm
Please let us know the correct line or things that need to be done.
The missing line is:
XPathNodeIterator nodes = navigator.Select("//g21:Placemark | //g22:Placemark", manager);