problem

Started by
0 comments, last by AlexM 24 years, 4 months ago
i just have a cpp (talking VC++5 here) with a bunch of functions in the project and their prototypes in the main c file... makes sense no? why would it give me unresolved externals on them? other functions in other files in the same project work just fine! i even tried making a new file...

Thanks in advance.

Advertisement
First you talk of a 'cpp' file then you mention a main 'c' file, Are you mixing C & C++ in this project? If so have you declared the appropiate functions correctly with 'extern "C"' ?

This topic is closed to new replies.

Advertisement