Quote Originally Posted by Demon View Post
Post all your code and model of PIC.

What errors do you get? How does it "not work"?

Robert
I am using a 16f628a. I was unable to compile because of undefined symbol "INTRC_OSC"

this seems to work
#config
__config _INTOSC_OSC_NOCLKOUT & _WDT_OFF & _MCLRE_OFF & _LVP_OFF & _CP_ON
#endconfig



I was having problems with the "INTOSC_OSC_NOCLKOUT" in PBP2.5 this was "INTRC_OSC". I would like to see a list of all of these changes if anyone know where to find them?

Thank you very much for your reply Robert!

Roger