I've been having trouble including and installing the necessary components for the OpenAL library. I'm running VSE2010, and have placed alut.dll in WINDOWS\System32 and the alut.h file with my other headers. The additional files I have linked to are alut.dll and openal32.dll. After compiling, I get the error:
Error 1 error C1083: Cannot open include file: 'AL/alut.h': No such file or directory
In a few hours I will add additional info. as I am lacking in time as of now. Thanks in advance.
Check your project's include directories to see if it lists the directory your files are in. I think that if you double-click the error on the error console it shows a pop-up with all the directories searched.
I'm not aware of any directories that I need to add, and when I double-click the error in the console, it only refers be the the line: "#include<AL/alut.h>"
Unfortunately, I'm new to the concept of how to include larger, downloadable libraries and am not sure where to put it. I know that in the past I've had to rebuild the .lib from files included elsewhere in the download, but I can't find any files with which to do so.
Thanks, that was a pretty bad error on my part, but after doing that, it couldn't find the file 'alc.h'.
Seeing as that file is not in my header, I can assume that I am missing a .lib file, but the .lib included in the bin download mentioned above didn't help. If anyone has worked with OpenAL before and knows how to build one (if necessary,) I would much appreciate some assistance.
I'm not sure if I'm missing something really obvious, but I can't find any sort of alc.h is any of the OpenAL downloads. Could you provide me with a link?
I appreciate all of the help you wonderful people are giving, but the errors keep stacking up. Now I'm getting: Error 26 error LNK1104: cannot open file 'alut.dll' F:\<path>\LINK
alut.dll is placed in the system32 folder.
Despite what it may seem, I actually am trying to solve this problem on my own before I post here, but I've just been having no luck.