PDA

View Full Version : DT instant int error



mel4853
- 16th January 2010, 23:23
I'm trying to use DT instant interrupts but get 1 error message saying (Temp variables exceeding T0 " increase the MaxTvars constant"). I'm using the newest one downloaded off of the bottom of DT's webpage as he instructed on another thread.

Darrel Taylor
- 17th January 2010, 00:15
In the ReEnterPBP.bas file there's a constant.

MaxTvars CON 0

Increase the value until you no longer get the warning.

I was trying to minimize the amount of RAM used with the smaller chips.
So the T? var limit is adjustable now.

hth,

mel4853
- 17th January 2010, 00:32
Tried up thru 30 but now only get c:\pbp\pbppic14.lib 441:Symbol not previously defined(_T1 Save).There's like 5 of these errors but instead of 441 it's different numbers. Also 5 errors like above but with (_T2 Save).

Darrel Taylor
- 17th January 2010, 05:30
Sorry about that.
If only I could get things right the first time. (or even the 5th).

This version of ReEnterPBP should be better. :o
Let me know if you have more problems.

mel4853
- 17th January 2010, 16:12
Thanks Darrel what ever you changed works fine now, no errors. Thanks again your the man.

Mike