Quick Audiere Question

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Evil Mr Sock
Posts: 37
Joined: Fri Jul 02, 2004 5:36 pm
Location: Albany, NY
Contact:

Quick Audiere Question

Post by Evil Mr Sock »

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?
------------------------------------------
A monkey poured coffee in my boots.
------------------------------------------
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

linker problems...

Post by buhatkj »

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
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Evil Mr Sock
Posts: 37
Joined: Fri Jul 02, 2004 5:36 pm
Location: Albany, NY
Contact:

Post by Evil Mr Sock »

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.
------------------------------------------
Post Reply