I am using Code::Blocks and mingcc to produce an executable from some heritage c code circa 1998. Compiles OK. Linking problems.
Even though I can use the Code::Blocks IDE to see where the parameters are declared in header.h files and implemented in main code c files, I get "undefined reference" errors for 17 parameters.
I am not posting any code at the moment, but looking for possible explanations, which I can investigate.
What am I missing?
Finstonm