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 - Build error with C++Builder, v2014.11.140512
Summary: Build error with C++Builder, v2014.11.140512
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 00:33 EDT by Shinobu Nagai
Modified: 2014-05-19 21:03 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
C++Builder XE2 build error (40.96 KB, image/png)
2014-05-16 00:35 EDT, Shinobu Nagai
Details

Note You need to log in before you can comment on or make changes to this bug.
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.