It’s been at least 12 years since I looked at a project, now on a different computer. It fails to compile with ‘fmod_event.hpp’ missing. I can’t find out which version of FMOD I used. This is on Windows.
All I have is the include error and a lot of lines with these pointer defines missing: It appears to all be the event system missing.
FMOD::EventSystem *fmodEventSystem;
FMOD::EventProject *fmodEventProject;
FMOD::EventGroup *fmodEventGroupAtmosphere;
FMOD::EventGroup *fmodEventGroupFoley;
FMOD::EventParameter *fmodEventParameter;
FMOD::EventReverb *eventreverb1;
I’ve tried install many different versions of Fmod, but I can’t find one with that include file or those classes.
I can’t remember anything about Fmod, unfortunately, I just need the project to run.
Can anyone help me?