Each time I try to include a library as a header in any program (#use statement), I get an error that there is a duplicate function in that header. I search the header and my program and see no duplicates, however. This has happened on two different programs using two different header files.
The most recent instance is when trying to use DelayMS from the COSTATE.LIB file. The error reads:
line 1: ERROR ADC_RD_DIFF.C : Duplicate hl0 found in file C:\Program Files\Rabbit\Lib\Costate.lib (previous one ignored).
And the program won’t run. Any ideas?