Search found 9 matches

by Yazou
Wed Mar 03, 2010 1:25 pm
Forum: VCL
Topic: GDIPlus with Cbuilder2010
Replies: 4
Views: 6804

Re: GDIPlus with Cbuilder2010

Hi,
I modified the generated hpp files in order to make them compile without error with cppbuilder 2010.
I attached to this post a zip file with all the needed files to work with TeeGdiPlus with CPP builder 2010.
Regards,
by Yazou
Wed Mar 03, 2010 11:22 am
Forum: VCL
Topic: GDIPlus with Cbuilder2010
Replies: 4
Views: 6804

Re: GDIPlus with Cbuilder2010

Hello, I included theses 3 files (There is a copy of theses files in the source directory also) in my project. I put #include <gdiplus.h> // needed for $EXTERNALSYM in gdipapi.pas #include <TeeGdiplus.hpp> // generated file by the compiler from teegdiplus.pas The C++ compiler fired many errors in gd...
by Yazou
Mon Mar 01, 2010 1:55 pm
Forum: VCL
Topic: GDIPlus with Cbuilder2010
Replies: 4
Views: 6804

GDIPlus with Cbuilder2010

Hello, I tried using GDIplus with a Cbuilder2010 project by including TeeGDIPlus.pas, gdipapi.pas and gdipobj.pas in my project but i got many compiling errors for these files. Do any one have already used teegdiplus in Cbuilder ? Its seems that the gdipapi and gdipob are little bit old. Why not try...
by Yazou
Wed Jan 27, 2010 10:00 pm
Forum: VCL
Topic: Points labels are displayed on the X axis?
Replies: 1
Views: 3605

Points labels are displayed on the X axis?

Hello, I have a plot of a time series like this : sc1.jpg I want want to a add some events to this plot. So I create a pointseries ser1 and I added two points with labels to it: ser1->AddXY(1.4,1000,"Event1"); ser1->AddXY(2.6,1500,"Event2"); I got this image : sc4.jpg Why the numerical values on the...
by Yazou
Mon Jan 25, 2010 3:36 pm
Forum: VCL
Topic: Electrocardiogram plot
Replies: 3
Views: 5682

Re: Electrocardiogram plot

Hello, 1-As you can see in the attached image I have 8 lineseries sharing the same X axis data. My data is saved internally as integer (16 bits) without the x axis values. I need to know only the sampling frequency of the data. If I have 24 hours ECG recording with 1000 values/s. This gives 1000*360...
by Yazou
Fri Jan 22, 2010 11:55 am
Forum: VCL
Topic: Electrocardiogram plot
Replies: 3
Views: 5682

Electrocardiogram plot

Hi All, I'm trying to use a chart to plot ECG (cardiac) signals. The signals are recorded during 24 hours with a sampling frequency of 1 kHz. I have 12 lineseries. each series has its own YAxis. but they share the same XAxis. At first I tried loading all the data into the chart and using chart pages...
by Yazou
Thu Jun 18, 2009 11:34 am
Forum: VCL
Topic: compile error after upgrade v.8.05
Replies: 57
Views: 66381

Re: compile error after upgrade v.8.05

Hi,
Me too i got compilation errors in gdipapi.hpp & gdipobj.hpp when i added Paging during the design time to my chart.
Can you send me the last *.hpp files please.

Regards,
by Yazou
Tue Apr 21, 2009 12:50 pm
Forum: VCL
Topic: Export bug in v8.04
Replies: 3
Views: 5053

Hi yaz, We are not able to reproduce the issue here. Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page . Thanks in advance. hello, The ...
by Yazou
Mon Apr 20, 2009 1:22 pm
Forum: VCL
Topic: Export bug in v8.04
Replies: 3
Views: 5053

Export bug in v8.04

Hello, I has a program that uses the export methods of teechart. when I recompiled the program with the v8.04 release all the export function calls made my program crashes !! Here is an example. void __fastcall TExpl::Button_SaveCSVClick(TObject *Sender) { Screen->Cursor = crHourGlass; UnicodeString...