Hi, everyone.
So I’ve been working on a project here which uses ofDirectShowPlayer and noticed that when I run the software from visual studio it loads the file but don’t play it, while if I run the release executable it doesn’t even load the file. I’m wondering why the executable doesn’t even load the file.
This also happens when I try to use ofxMultiSpeakerSoundPlayer, which works fine when running in visual studio but doesn’t load the audio files in the release executable.
Here is what happens when I run it using visual studio
And when I run the release executable