I have a LabWindows/CVI (v6.0) project containing:
- a .fp file
- an attached .c file with the instrument functions,
- several other .c files containing helper functions,
- associated .h files.
I can build the project from the build menu and create a debug executable, which runs from main() ok.
However if I try to run a panel interactively I get 'Error linking generated code' followed by a list of Undefined Symbols for the functions called that are in the other .c files.
The interactive code generation does not seem to see the additional .c files. Have I missed some setup step or is there a fundamental concept I've missed?