Hi,

I'm just starting up with pbp3 after using pbp 2.xx for a long time now.
I'm trying the configuration settings in my code so I don't have to set or correct them in the melabs usb programmer form.

I keep getting errors using this as a test:

Define OSC 20 ' when using HS Oscillator

#CONFIG
__config _XT_OSC & _WDT_OFF ' & _LVP_OFF & _CP_OFF
#ENDCONFIG

the errors I get are:

illegal argument (expected single character)
Missing operator
Argument out of range (not a valid config register address)
Symbol not previously defined (_XT_OSC)
symbol not previously defined (_WDT_OFF)


do I have to define the processor in my code or something?



thanks,

Brian