Author Topic: Build Sounds In Code::Blocks?  (Read 3068 times)

LysolPionex

  • Guest
Build Sounds In Code::Blocks?
« 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?  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!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Build Sounds In Code::Blocks?
« Reply #1 on: June 26, 2012, 06:40:27 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ