Hi Stanish, thanks for replying.
1. Yes the file does appear in the Link Order Tab.
2. I have tried removing all of the object code but this still doesn't help.
3. The function is not static.
The message is: -
Link Error : Undefined : "input_get"
Referenced from "DigitalInput_Get" in digital_io.c
The function being called resides in a file called ApplicationTasks.cpp and I have tried moving this above the calling file in the Link order tab, but this made no difference.
Basically, I have several projects which use common device drivers (such as digital_io.c) and application specific code (such as ApplicationTasks.cpp). The linking works in another application (seperate CW project)
Paul