I know this is a little out of place, but I couldn't find a decent audiere forum, and I figure a lot of people here have used it.
I'm getting unresolved external symbol errors for the main functions of audiere - OpenDevice, OpenSampleSource, and OpenSound. I'm not top-notch on project setup - can anybody tell me what file I need where to fix this?
Quick Audiere Question
-
- Posts: 37
- Joined: Fri Jul 02, 2004 5:36 pm
- Location: Albany, NY
- Contact:
Quick Audiere Question
------------------------------------------
A monkey poured coffee in my boots.
------------------------------------------
A monkey poured coffee in my boots.
------------------------------------------
linker problems...
make sure you have set up the paths for "additional include directories" and "additional library directories" in your project settings. Also, make sure the audiere .dll file is in your path, that is, its either in c:\winnt\system32, or in the same folder as your project. same deal with audiere.lib, make sure it's in the same folder as your project. that's usually the cause of unresolved externals errors.
-Ted
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
-
- Posts: 37
- Joined: Fri Jul 02, 2004 5:36 pm
- Location: Albany, NY
- Contact:
I had included the lib file in the project, but not in the actual file - not sure if that's particular to VSlickEdit, or if I'm just stupid, but explicitly including the lib file fixed it, *9_9*
------------------------------------------
A monkey poured coffee in my boots.
------------------------------------------
A monkey poured coffee in my boots.
------------------------------------------