I am having a linker error in a file of some 3000 lines that I cannot seem to reproduce. I was wondering if anybody had any ideas where the problem could be. Basically I have a function in a header file and whenever I go to link my project it says:
file: line: Message:
main.o In function 'myFunction@16':
main.h 123 multiple definition of 'myFunction@16'
main.h 123 first defined here
To me this seems iffy at best! What is going on?!