Code:
Define conf_word = 0x3f72
Set the configs in the *.inc file or in code space like described here.
http://www.picbasic.co.uk/forum/cont...o-your-Program

Code:
Define clock_frequency = 4
Should be
DEFINE OSC 4
if you are using a 4MHz clock

Code:
Alldigital
If you are trying to use DT's Alldigital it is an Include. For now try
CMCON=%00000111
ADCON1=%00000111
http://www.picbasic.co.uk/forum/showthread.php?t=561