DirectSound problem

Discussion in 'C++' started by danyald, Dec 15, 2010.

  1. danyald

    danyald New Member

    Joined:
    Aug 2, 2010
    Messages:
    39
    Likes Received:
    1
    Trophy Points:
    0
    Home Page:
    http://www.DCOMsoftwares.tk
    i am trying to include direct sound in my program but when i compile it it gives the following errors
    Code:
    [Linker error] undefined reference to`DirectSoundManager::Initialize(HWND__*)' 
    
    [Linker error] undefined reference to `DirectSoundBuffer::DirectSoundBuffer()' 
    [Linker error] undefined reference to `DirectSoundBuffer::~DirectSoundBuffer()' 
    
    and more like these. can anyone solve this problem
    i have included the dsound.h. also in project properties i have have added dsound.lib in parameters but still getting theses problems
    Please solve this
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice