Aha! Ive just read a whole thread of people having digs at each other but in the end i found out that its because i havnt got MPASM turned on. Ive enabled it and got the program to compile. It did give me 2 warnings though.
Warning[211] c:\picbas~1\pwmtes~1.asm 227 : Extraneous arguments on the line.
Warning[211] c:\picbas~1\pwmtes~1.asm 227 : Expected (ENDIF)
I assume that 211 is the error code and 227 is the line. If that is correct then this error is on line 169 of the origional "DT_INTS-14" file. The line says "End If". I think this is because .bas files open with VB and for some reason it added the space in. The origional file doesnt have the space. So, ive copied the origional file back out of the zip, commented out those 3 lines again and now its giving me another error
Error[113] c:\picbasic\pbppic14.lib 1141 : Symbol not previously defined (INT_ENTRY)
Ive tried deleting all the files generated for DT_INTS-14 (like the asm file etc). Ive hit compile again and yet another error.
Error[113] c:\picbas~1\pwmtes~1.asm 115 :Symbol not previously defined (PIR1)
Now im stuck. Does anyone have any suggestions?
Bookmarks