PDA

View Full Version : Erron in PBPPIC14.LIB



ruijc
- 20th January 2008, 21:28
Hi all,

sometimes i get an error when compiling some codes.

The error is:
error PBPPIC14.LIB 1599:[212]Extra tokens on end of line

what does this mean exactly ?

.

ruijc
- 20th January 2008, 21:40
Never mind... i found out what it means.

The problem is that it doesnt tell you WHERE ( which line ) is bad writen :(

.

Acetronics2
- 21st January 2008, 13:08
Hi, Ruijc

Might have been much better to have a look to your "faulty" code ... if you had given us the ability to see it ...

probably a point, a comma, ... or some typo ... in your text.



Alain

ruijc
- 21st January 2008, 16:14
Hi Alain,

i did find the error in my code ;)

The problem is that when this type of error appears it does not give you the line where the error is.

All other errors indicate the line where it was found like, when you forgot an endif for example, the error is followed with the line number.

In this particular case, this type of error makes us read the entire code searching for that missing comma, typo, etc :(

.