hi Bachra,
I have PBP2.47 at the moment and i've been digging through all the pbp files for the pic18, so i may have a solution...
Do what BigWumpus has said...
Then open PIC18EXT.BAS in notepad and comment out lines 12 through 15 (assuming your "Redefinition of VAR" errors are with those new lines)
Basically, my understanding is that the error "Redefinition of VAR" error is that it's tried to create the same variable name twice, so, you only need one...
Now try to compile and hopefully it's just an oversight that those variables have been defined twice...
Bookmarks