Search found 15 matches

by ghorwin
Sat Oct 27, 2007 2:51 pm
Forum: VCL
Topic: Chart export feature wish list
Replies: 1
Views: 3395

Chart export feature wish list

Hi there, I have trouble exporting the chart shown on screen exactly as that into a graphics file, so it can be used in some kind of printed report. While bitmap file export is great when you want to use the bitmap for screen display only, the resolution is too small when it should be used in a 600 ...
by ghorwin
Sat Oct 27, 2007 1:38 am
Forum: VCL
Topic: Problem with Export to PDF
Replies: 1
Views: 3658

The problem with the axis labels does not only appear when using polish characters. Also here the vertical axis caption overlays the axis labels and there doesn't seem to be a manual fix for that as for normal TChart drawing. In general, the TChart export is very poor. I'm also a bit dissapointed by...
by ghorwin
Thu Oct 18, 2007 9:02 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

After re-install with correct paths in current user and local machine registry entries rebuilding and installing TeeChartPro works like a charm.

Thanks,
Andreas
by ghorwin
Thu Oct 18, 2007 4:14 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

Hi again, I ran the debug version and the log.txt contains the following entry for the latest BCB version: Locating: RAD 2007.Win32 version: 11 Found Registry RootDir: C:\Program Files (x86)\CodeGear\RAD Studio\5.0\ Edition: Enterprise Looking for compiler exe at: C:\Program Files (x86)\CodeGear\RAD...
by ghorwin
Thu Oct 11, 2007 2:37 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

Yup, dcc32 is present, --version returns: dcc (CodeGear Delphi for Windows) 18.5 CodeGear Delphi for Win32 compiler version 18.5 Copyright (c) 1983,2007 CodeGear However, even if the path to the BCB bin directory is set and dcc32 can be executed from anywhere, TeeRecompile still shows an empty envir...
by ghorwin
Wed Oct 10, 2007 3:28 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

Mail didn't get through.

Here's the screenshot:

Image

Andreas
by ghorwin
Wed Oct 10, 2007 3:09 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

Nope, didn't work. Installed environments is still empty. I've send you a screenshot showing the root dir of the BCB install, its directory and the look of the TeeRecompile tool.

Bye,
Andreas
by ghorwin
Wed Oct 10, 2007 2:50 pm
Forum: VCL
Topic: Striped surface plot
Replies: 2
Views: 4032

Yup, that worked! Thanks a ton!

Andreas
by ghorwin
Wed Oct 10, 2007 2:46 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

The list box with "Installed environments" is empty, so there is nothing to select. Do I have to set a path variable to the BCB2007 bin directory or something? How does the recompile tool find the installed components? Via the registry?

Andreas
by ghorwin
Tue Oct 09, 2007 10:53 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

When I start TeeRecompile.exe I can select the source directory and the Compiled directory is preset, but the "Begin" button is always disabled.

How can I get it to work?

Andreas
by ghorwin
Tue Oct 09, 2007 10:16 pm
Forum: VCL
Topic: Striped surface plot
Replies: 2
Views: 4032

Striped surface plot

Hi there, I create a TSurfaceSeries and fill the data in with the following code: // loop over all time points for (unsigned int i=0; i < z_matrix.size(); ++i) { // loop over all coordinates for (unsigned int j = 0; j<y_vec.size(); ++j) { series3D->AddXYZ(x_vec[i], z_matrix[i].m_data[j], y_vec[j]); ...
by ghorwin
Tue Oct 09, 2007 1:51 pm
Forum: VCL
Topic: Installation of TeeChart Pro v8 VCL fails with error message
Replies: 4
Views: 7835

The only other third-party tool related to BCB is the LMD tools. But I wouldn't think this is the issue. The error messages occured with either installer, the TeeChart8.01Delphi2007.exe and TeeChart8.01RAD2007.exe. In either case the error message appears when the installer wants to contact the inte...
by ghorwin
Sat Oct 06, 2007 12:39 pm
Forum: VCL
Topic: Proper installation procedure for TeeChart Pro source code
Replies: 13
Views: 16584

Proper installation procedure for TeeChart Pro source code

Hi there, I would like to build and install the TeeChartPro source code in CodeGear C++ 2007, update 3. However, there doesn't seem to be a project file in the source code archive for this version. Is there somewhere a detailed installation instruction on how to manually create a project, how to com...
by ghorwin
Fri Oct 05, 2007 2:56 pm
Forum: VCL
Topic: Installation of TeeChart Pro v8 VCL fails with error message
Replies: 4
Views: 7835

Installation of TeeChart Pro v8 VCL fails with error message

As additional information: I have C++ Builder 2007 with Update 3 installed.

Andreas
by ghorwin
Fri Oct 05, 2007 2:28 pm
Forum: VCL
Topic: Installation of TeeChart Pro v8 VCL fails with error message
Replies: 4
Views: 7835

Installation of TeeChart Pro v8 VCL fails with error message

Hi there, I downloaded the installer TeeChart8.01RAD2007.exe but when running it I get the following error message dialog: The procedure entry point SetupDiEnumDeviceInterfaces could not be located in the dynamic link library SETUPAPI.dll. I'm using Windows XP x64 and CodeGear RAD Studio 5.0/C++ Bui...