So I’m looking to try my hand at implementation in C, and I’m stumped by some linker errors. Does anyone have any idea where the following function implementations can be found?:
I haven’t been linking those, which is probably my issue. Forgive my ignorance, but am I able to link a .cpp to a C-based project? I thought there would be issues with that. Should I modify the .cpp to fit with C-standards?
As for fmod_vc.lib, I’m not sure how to properly link that. Where would I go to learn about that?
you can use FMOD in C no problems, just use fmod.h instead of fmod.hpp, but common is a framework we provide for our examples, just to be able to display text and handle input. I can see some c++ code in there (ie std::vector) so I would just disregard that and use fmod by itself, in your own code.