Hi Guys,
I'm using an older version of both PBP and MPLAB (the CD sent out when PicKitII was sold).
I don't want to upgrade because previous projects compiled with it rely on org statements, etc.
It would be very bad for me if any PBP code changed it's compiled size.

Although I have compiled and run an LCD program,
all of my previous projects have "source level debugging" enabled.
With this fresh install, I have to disable that option, or I will get a "Cannot access COD file" error.

Furthermore, I do something like this:
Code:
'
@ DEVICE LVP_OFF,BOD_OFF,HS_OSC					'set device configuration
DEFINE OSC 20							'hardware is using a 20MHz crystal
'
This no longer compiles, and I have to comment out the raw configuration.
I know you can probably set the same bits with PBP directly,
but the point is there's some difference if it won't compile now.

With the asm line commented, it does compile and run,
but I don't know the default brown out detect setting (for example)
if the PicKitII is going to be set to write the pic at build time.

Does any of this sound familiar to anybody?
As far as I know, I'm not doing anything different.
Cheers, Art.