Hi Steve,

The SSPCON declaration is missing from the PIC18EXT.bas file in the PBP folder.

You can add this line to either your main program, or the PIC18EXT.bas file.
Code:
SSPCON  VAR BYTE EXT
<br>