Search found 9 matches

by Totte Karlsson
Wed Apr 18, 2012 4:51 pm
Forum: VCL
Topic: Linker error: Unable to open CHART.OBJ
Replies: 3
Views: 8784

Re: Linker error: Unable to open CHART.OBJ

I correct my first post, I'm not using unilink, but the regular ilink32 I created a new package, added a form with a TeeChart on and checked all paths. I have C:\Program Files (x86)\Steema Software\TeeChart 2011 for Delphi 2011\Delphi15\Lib C:\Program Files (x86)\Steema Software\TeeChart 2011 for De...
by Totte Karlsson
Wed Apr 18, 2012 6:03 am
Forum: VCL
Topic: Linker error: Unable to open CHART.OBJ
Replies: 3
Views: 8784

Linker error: Unable to open CHART.OBJ

Hi, I have lately been trying to link a package containing some forms using TeeChart, using unilink opposed to ilink32. I am getting the following linker error: [ILINK32 Error] Fatal: Unable to open file 'CHART.OBJ' I have the following in my pavckage cpp file: #pragma comment(lib, "Tee915.bpi") #pr...
by Totte Karlsson
Tue Apr 10, 2012 11:22 pm
Forum: VCL
Topic: header file names
Replies: 7
Views: 10975

header file names

Hi,
I just upgraded to the latest TeeChart for XE2. It seems that all headers that was before named Tee*.hpp is now Vcl.Tee*.hpp.

Is there a simple way to have all old names to map to the new ones, or do I have to go trough all my code and change all of them?

Thanks,
-totte
by Totte Karlsson
Sun May 29, 2011 5:44 pm
Forum: VCL
Topic: TLineSeries and decimation
Replies: 1
Views: 4065

TLineSeries and decimation

Hi, I have some data that are becoming very large. Each series > millions. To show such a dataset I will need to decimate, I guess, the data, otherwise the plotting becomes really slow. Question is, do I have to decimate before adding to TLineSeries or is there any inbuilt decimation available? Woul...
by Totte Karlsson
Fri May 06, 2011 8:33 pm
Forum: VCL
Topic: CHECKLST.OBJ ?
Replies: 1
Views: 5908

CHECKLST.OBJ ?

Hi, I have a package with some frames that have TCharts on them. I can build the package succesfully, but when trying to install, it fails saying Unable to open file CHECKLST.OBJ Is this something related to TEE?? Do I miss a bpi? I am currently having Tee915, TeePro915 and TeeUI915 in the requires ...
by Totte Karlsson
Wed May 04, 2011 6:37 pm
Forum: VCL
Topic: Install Tee2011 on XE
Replies: 2
Views: 5085

Re: Install Tee2011 on XE

Hi,
I reinstalled Tee with the latest and then the error went away.

Thanks,
Totte
by Totte Karlsson
Sun May 01, 2011 11:18 pm
Forum: VCL
Topic: Can't Clear() LineSeries
Replies: 1
Views: 4068

Re: Can't Clear() LineSeries

Hi,
Seems I installed the wrong Tee version. I had version 2010 for Delphi2011.. Found version 2011 for Delphi2011..


That seem to fix the problem.
totte
by Totte Karlsson
Sat Apr 30, 2011 2:59 am
Forum: VCL
Topic: Can't Clear() LineSeries
Replies: 1
Views: 4068

Can't Clear() LineSeries

I have upgraded Tee from version 8 to the latest. I create line series dynamically in my application. At one point, I call the Clear function for the line series on which the program crashes. It used to work fine. Are there any big changes in Tee one need to be aware of? What Tee bpl's should be loa...
by Totte Karlsson
Fri Apr 29, 2011 8:31 pm
Forum: VCL
Topic: Install Tee2011 on XE
Replies: 2
Views: 5085

Install Tee2011 on XE

I just installed the latest Tee on XE.
Most things seem to work, except adding a NumbericGauge..
It gives error:
[BCC32 Error] TeeNumericGauge.hpp(132): E2316 'TFramedBorder' is not a member of 'Series'

Anyone seen this.. what to do? I'm using C++, not delphi.

Thanks,
Totte