Hi Guys,
Thanks for the input.
As for using the PBP compiler instead of MPASM, I'll see what I can do.
I have a work around for that, but I'm not overly comfortable with it, because it involves messing around with a couple of PBP program files.
I'm trying to stay completely hands-off of the compiler and MCSP.
As for the include files, I actually knew about that "flaw" already.
I just don't use "new" include files every time I make a project.
Does everybody else?
Generally, I keep my include files in one location and only change them to improve them (without affecting other code that depends upon them).
I do appreciate why you write your code the way you do though.
Do you keep all of your project's includes in the same folder as your .BAS or .PBP file? If so, I may be able to rig up a routine that first looks to see if your include files are backed up. Then, it only checks each time to see if they've changed. If they have, then they get backed up. This get's messy though. I will probably leave that until later, unless everybody else wants that feature now.
Regards,




Bookmarks