I'm using a 18F14K22m running at 16 mhz, internal osc. Also using DT's instant Interrupts and AllDigital

Using PBP 2.60A

The program works fine - - I want to use PB Pro Long, for some Long variables. I get an error:
Error: Macro Div32? not found in macro file.

I'm using the Div32 in a temperature conversion routine, with an DS18B20, and everything is fine.
The temperature reads correctly. I won't be using any long variables in that routine.

I declared a large variable, and tried to display it using a simple serout2 to display the value, and it seems to be ignored.

Any Comments . .

Ken