News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

#include <dsound.h> No such file or directory

Started by sudo123, July 19, 2012, 11:13:40 PM

Previous topic - Next topic

sudo123

#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?

MortenMacFly

Quote from: sudo123 on July 19, 2012, 11:13:40 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]