I have Fatal Error L215 when compiling project. Where is the checksum in .lib file and how to change it? Is the checksum 8 bit?
Perhaps you can explain your situation a bit better?
How did you create the library, where did it come from, and how is it integrated into your project?
The error suggests you have an invalid library, either it is corrupt, incorrectly built, not a library or simply not a compatible library.
Thanks for answer. The library was made another people. Originan lib file linked whithout problems. I want patch some bytes in lib file. When i do it linker show error.
This would be the point where you go off an learn a bit about object and library file formats. Most have short records, with a byte sum of some form at the end of each record.
What does the 166 use IEEE-695?