Author Topic: #include <dsound.h> No such file or directory  (Read 8575 times)

Offline sudo123

  • Single posting newcomer
  • *
  • Posts: 2
#include <dsound.h> No such file or directory
« on: July 19, 2012, 11:13:40 pm »
#include <dshow.h>

dshow.h -->*come with CodeBlocks installation.
when i include that (i don't use any function yet) the  "No such file or directory" error show for the dsound.h .

any fix?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: #include <dsound.h> No such file or directory
« Reply #1 on: July 20, 2012, 01:29:03 pm »
dshow.h -->*come with CodeBlocks installation.
Wrong - its part of the compiler we bundle with C::B in a special setup package.

Update the compiler, annoy to the compiler provider or simply google and add the missing SDK.

Please note that such compiler errors are not Code::Blocks errors and therefore don't belong in this forum.

Also, please note what you agreed to when registering with the forum. Thank you.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ