Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 773

Summary: Build error with C++Builder, v2014.11.140512
Product: VCL TeeChart Reporter: Shinobu Nagai <nagai>
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: major CC: sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: C++Builder XE2 build error

Description Shinobu Nagai 2014-05-16 00:33:11 EDT
Build error occurs with TeeChart VCL v2014 in C++Builder. What we did was just launching C++Builder, placing a TChart component on a form and running it.
That's all.

The results of its execution are as follows:

C++Builder 2007 OK
C++Builder 2009 NG <- build error occurred.
C++Builder 2010 OK
C++Builder XE   OK
C++Builder XE2  NG <- build error occurred.

With C++Builder 2009, we could avoid the error by saving the project, deleting "NO_STRICT" in the csproj and ran it again.

However, with C++Builder XE2, "NO_STRICT" line doesn't exist, so we couldn't avoid it. I attached the error message.
Comment 1 Shinobu Nagai 2014-05-16 00:35:14 EDT
Created attachment 206 [details]
C++Builder XE2 build error
Comment 2 Shinobu Nagai 2014-05-19 21:03:05 EDT
Sorry, it was our setting mistake. By setting the following in C++Builder XE2, we could run it correctly:

We set the "TeeChartのDelphi16.Win32\Include" folder to include path in sample project option, and set the "TeeChartのDelphi16.Win32\Lib\Obj" folder to library path.