Search found 4 matches
- Sun Mar 21, 2004 2:18 pm
- Forum: VCL
- Topic: MovingAverage function codeguard error
- Replies: 3
- Views: 8251
The code guard finds the problem in TMovingAverageFunction() constructor. What parameters should I pass to it? I tried: this, TChart1, Series1 -- nothing help. After the following code: (TChart1 and Series1 are created with TChart editor. MA_Series and TeeFunction1 are dinamically created) Series1->...
- Thu Mar 18, 2004 1:17 pm
- Forum: VCL
- Topic: MovingAverage function codeguard error
- Replies: 3
- Views: 8251
MovingAverage function codeguard error
I am using: TeeChart 7 (it happens in TeeChart6 too), BCB 6.0 with SP4 I am getting code guard error on: TMovingAverageFunction *TeeFunction = new TMovingAverageFunction( NULL ); It happens only with Moving Avarage function. All other financial functions work fine. Here code guard, .cpp and .h files...
- Thu Mar 18, 2004 11:50 am
- Forum: VCL
- Topic: installation problems - Teechart7 for BCB 6
- Replies: 3
- Views: 9892
I did the following: 1. Removed all TeeChart packages 2. Copied all *.bpi, *lib, *.bpl into CBuilder folders 3. Added DclTeePro7C6.bpl Now it seems to compile and run fine. Questions: 1. Is DclTeePro7C6.bpl rigth choice? There is also DclTeeProStd7C6.bpl and DclTeeStd7C6.bpl. 2. Do you plan to fix t...
- Fri Mar 12, 2004 5:41 pm
- Forum: VCL
- Topic: installation problems - Teechart7 for BCB 6
- Replies: 3
- Views: 9892
installation problems - Teechart7 for BCB 6
I use BCB 6 SP 4 Professional . I reinstalled clean copy of BCB before installing TeeChart. Installation of TeeChart7 without source failed with the following error: EXCEPTION: Can't load package C:\PROGRA~1\STEEMA~1\TEECHA~1\BuilderC6\Bin\DclTee7C6.bpl. The system cannot find the file specified ---...