🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

problem

Started by
0 comments, last by AlexM 24 years, 6 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