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 5 of 5

Thread: OpenGL and DirectSound (problem)

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2001
    Location
    Santa Maria, CA, US
    Posts
    8

    OpenGL and DirectSound (problem)

    I have Visual C++ 6.0 and the DirectX 8 SDK. Whenever I try to use OpenGL and DirectSound in the same project, the linker complains about redefinitions. Please help

    I even took out the dsound.lib from the libraries. The only way to keep it from giving me the errors is to remove the dmusici.h header file... which means no DirectSound.

    It says that StdAfx.obj has redefinitions in it (?).

    Someone help please.

  2. #2
    Member Regular Contributor
    Join Date
    Jul 2000
    Location
    Arlon, Belgium
    Posts
    486

    Re: OpenGL and DirectSound (problem)

    Hi,

    I've a little example who use FMOD 3.22.

    See 'Download' section on my site.
    http://slug-production.ibelgique.com

  3. #3
    Senior Member OpenGL Guru zed's Avatar
    Join Date
    Jul 2000
    Location
    S41.16.25 E173.16.21
    Posts
    2,609

    Re: OpenGL and DirectSound (problem)

    i have an example of openal on my site (which uses directsound under windows) which u might wanna check out

  4. #4
    Junior Member Newbie
    Join Date
    Feb 2001
    Location
    Santa Maria, CA, US
    Posts
    8

    Re: OpenGL and DirectSound (problem)

    URL?

  5. #5
    Junior Member Newbie
    Join Date
    Feb 2001
    Location
    Santa Maria, CA, US
    Posts
    8

    Re: OpenGL and DirectSound (problem)

    I really don't want to learn ANOTHER API...

Posting Permissions

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