Quote Originally Posted by bartleph
Hi,
I wonder if anyone can help please:-
I'm trying to use the PicLoader Bootloader. I have PICBASIC PRO Ver 2.30.
How do I stop my Program from writing over the BootLoader vector...I've seen Bruce's reply further up where he says to modify the PBPPIC14.LIB file to stop the LCD clrf Flags from causing a problem, and I've done that. Should I be using DEFINE ONINT_USED 1 or
DEFINE LOADER_USED 1 with this version of PicBasic Pro?

Any help appreciated....Thanks Paul
Yes. DEFINE ONINT_USED 1 was used for PBP versions prior to 2.33. Later versions use DEFINE LOADER_USED 1.