by David John Barker » Thu Apr 10, 2014 11:25 am
OK, so you want to re-write some of the libraries for PIC18? The safest approach is to create a new folder in your "UserLibrary", called "MCU08", like this
UserLibrary/MCU08
and put all you 8 bit libraries in that folder. Lets' say you wanted to create a new ADC library, then call the module something like "myADC" and save the file in the MCU08 folder as "myADC.bas". If you want to use the "ADC" module and filename, you will need to rename the entry in the "lib.imports" folder. If you use the same module or filename, you will have problems.
If you are writing for 16 and 32 bit code, create
UserLibrary/MCU16
UserLibrary/MCU32