News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Build Sounds In Code::Blocks?

Started by LysolPionex, June 26, 2012, 04:44:15 AM

Previous topic - Next topic

LysolPionex

Is there a way to have sounds play when a build succeeds/fails, like you can in Visual Studio?  I have awesome Dog laugh and Dog Cheer sounds from Duck Hunt, and I will be very disappointed not to hear the dog laugh at me any more when I have a compile error. :-|

Thanks!

MortenMacFly

Quote from: LysolPionex on June 26, 2012, 04:44:15 AM
Is there a way to have sounds play when a build succeeds/fails, like you can in Visual Studio?
Should be easily do-able with a plugin. I guess it's roughly a 10-liner, with setup maybe 20. You can easily try yourself...
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]