I’m getting started with DC (I know “regular” C quite well) and I’m having problems when I try to “#use” a library. The two that are currently giving me problems are RS232.LIB and STRING.LIB. Both of these give me a compile error telling me about duplicate names.
In RS232.LIB, the duplicate is RS232_echo and in STRING.LIB it’s _xtoxErr. The only other library I’m using is one that I’m writing and it doesn’t use or reference either of these routines. In fact, I haven’t started coding ANY of the RS232 routines yet, I just added the #use statement to my main.c file and tried to compile.
What am I doing wrong here? It also says “First one ignored…” on the error line but it stops compiling and just stops there.
len morgan