Quote Originally Posted by eoasap
using MPLAB 7.30 (MPASM 5.01)
PICLF8722
PICF8722.inc in picbasic folder has the config bits commented out

when i try to use the old method to declare configuration bits (code below) i get the following:
__CONFIG has been deprecated for PIC18 devices. Use directive CONFIG.

http://www.picbasic.co.uk/forum/showthread.php?t=543
The above message is a warning, not an error. I get it all the time, but it doesn't affect compilation.