CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2012
    Posts
    3

    Getting OpenAL to work in c++

    Hey guys I've been having trouble trying to get openAL to work in my c++ program. I've installed oalinst and ALUT (Windows Binary) but when I try to compile/run my program (using Qt Creator) I get the following error:

    C:\Program Files\Microsoft SDKs\Windows\v7.0A\include\al\alut.h:5: error: C1083: Cannot open include file: 'alc.h': No such file or directory

    I'm including "al/alut.h" in my main.cpp file, which try's to include both "alc.h" and "al.h"

    I've tryed to search my entire computer for both of these header files and neither of them could be located (search began at "C:\" so I know it had to look though my entire system). Im using Windows 7 Home Premium 32 bit.

    Has anyone else had problems with the installers or binarys not installing/coming with these files? Any help would be greatly appreciated!

    EDIT: Here's the links to the two things I downloaded

    oalinst - http://connect.creativelabs.com/open.../AllItems.aspx
    ALUT - http://connect.creativelabs.com/open...68F2C176072%7D
    Last edited by xDarkShadowx; July 30th, 2012 at 02:07 PM. Reason: Forgot Links

  2. #2
    Join Date
    Apr 2013
    Posts
    4

    Re: Getting OpenAL to work in c++

    hello.
    did you install "OpenAL11CoreSDK"?
    this is at the web site http://connect.creativelabs.com/open.../AllItems.aspx

  3. #3
    Join Date
    Apr 2013
    Posts
    4

    Re: Getting OpenAL to work in c++

    i mean the down load from the web site:

    http://connect.creativelabs.com/open.../AllItems.aspx

    to get the sdk.

  4. #4
    Join Date
    Apr 2013
    Posts
    4

    Re: Getting OpenAL to work in c++

    connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx is the right other half. this web site trashing out the web link.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured