Now I can’t use ofSoundPlayer (due to fmodex). So, I tried installing a separate, fresh oF package, but no dice. When running the soundPlayer Example, I get the following message:
Cannot find -lopenFrameworksDebug
Back in my first install, I undid the steps according to the thread linked above, but get this message:
After some poking about:
the libopenframeworks project needs to be rebuilt every time depending on whether or not I want to use ofVideoPlayer or ofSoundPlayer.
Is it possible to find some compatability between them?
What if one wanted to use both in a project?
I don’t know enough to dive into fmodex and figure this out. Any help is greatly appreciated.
Thanks!
no, if you change the code in the core, you need to recompile it and the library will be the same for all of your projects.
the first error you were having with the second installation of OF was because you didn’t compiled the library. opening any project using the workspace instead of the cbp will compile it, also running the install_dependencies script will compile the OF library too.