I tried using FMOD but for some reason I just can't get it to work right. I gone through their "getting started" help file but that didn't help.

I get compiler errors. Either I'm not doing something right in the code or I'm not linking something or adding some library. Problem is that I'm new enough that I don't know the actual question to ask, like am I suppose to have some kind of library link (and how do you link it) and stuff. I don't really want to use FMOD because I plan on selling my game when it's completed and I don't want to pay a fee.

Does anyone have a function that will play sound effect and ambient background sound? I looked for Bubba's complete sound source but can't find it. My ideal thing is having a background sound, like birds chirping in a forest and while you are in combat, you can hear swords clashing. This is a console application.

I've looked online and can't find anything helpful. Not even if I tried using FMOD. PlaySound only plays one sound at a time.