Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Need OpenAL libs for Borland C++

  1. #1
    Junior Member Regular Contributor
    Join Date
    May 2001
    Location
    Omaha, NE US
    Posts
    119

    Need OpenAL libs for Borland C++

    Does anybody know where I can find the OpenAL libs for Borland C++, or how to make 'em for Borland? I know this may sound weird asking it here, but I'm looking to put sound into my OpenGL program, and for that, I need a Borland-version of the OpenAL libs.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Feb 2002
    Posts
    133

    Re: Need OpenAL libs for Borland C++

    Join the OpenAL mailing list and ask. I don't believe OpenAL has been compiled with Borland but I could be wrong.
    www.openal.org

    Loki was in the process of moving the list / site off their servers so if you run into problems try back in a few days.

    Jim
    --
    Jim Mathies http://www.mathies.com/

    \"The best way to predict the future is to invent it."

  3. #3
    Junior Member Regular Contributor
    Join Date
    May 2001
    Location
    Omaha, NE US
    Posts
    119

    Re: Need OpenAL libs for Borland C++

    Yeah, but isn't there a way to make your own libs? I believe somebody mentioned to me a utility, implib.exe I think, that allows you make libs like this. Haven't successfully done this, though.

  4. #4
    Guest

    Re: Need OpenAL libs for Borland C++

    you can use implib to convert a dll to a lib file. then you need to link this lib to your proj and include the header file.

Posting Permissions

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