Hi,
I’m trying to get the C# designer api examples to work out of the box but get "FMOD ERR ERR_EVENT_NEEDSIMPLE – Unknown error"
These are a straight open solution in VC express 2008, build and run.
The FMOD ex C# examples all work fine.
Any ideas?
ty!
- sonicviz asked 9 years ago
- You must login to post comments
Hi sonicviz,
The error you’re getting is a bit misleading, the real problem is the example is a little out of date and the path for the event is wrong.
If you change the getGroup in simple_event from "examples/examples/car" to "examples/AdvancedTechniques" then the rest should work. I will fix this up hopefully in time for our next release.
-Pete
- Guest answered 9 years ago
- You must login to post comments
Your Answer
Please login first to submit.