Home › Forums › C Programming › Linker Errors, i do believe i need help › Re: Re: Linker Errors, i do believe i need help
March 16, 2009 at 8:50 pm
#3524
GWILouisaxwzkla
Participant
Would help to post your code and errors. Make sure that the file your including has the correct “include” syntax , like:
1 2 3 4 | <br /> <br /> #include "c:myfile.cpp"<br /> |
and make sure that your function prototypes and declarations match perfectly or the linker will not associate the two correctly….