Quote Originally Posted by Squibcakes View Post
On another note, I tried to compile Mr E's usbdemo.pbp file and I get all soughts of errors. Any idea why? I mean the hex file works, but cant I compile his pbp file. I want to make sure that I can get the basics working first.
mmm, i suspect those usuals
1. upgrade your MPASM version
2. comment all default PBP config fuses in the 18F4550.inc file, AND if you don't have PBP 2.47, modify the LIST line to.....
Code:
        LIST p = 18F4450, r = dec, w = -311, w = -230, f = inhx32
once done, if everything is in the same directory, it MUST work!3

for the Tiny loader, i know there's some DEFINEs to add... wich? i don't know, i don't and won't use it.