Adding .wav resource to and executable

Started by
1 comment, last by jerardk 15 years, 3 months ago
Hell All, I have the following code: within HEADER FILE: #define sound1 within RESOURCE FILE: sound1 WAVE sound1.wav I get the error [Resource error] syntax error. The problem is I'm using DevC++ 4.9.9.2 and the "WAVE" keyword doesn't even seem to be getting recognized because it doesn't become bold as would: ICON or CURSOR Please HELP!!
Advertisement
DevC++ appears to have been last updated February 15th 2005 and is still marked as beta. Are you sure you want to be using this compiler? Might I recommend Visual Studio Express edition?
Construct (Free open-source game creator)
Quote:Original post by AshleysBrain
DevC++ appears to have been last updated February 15th 2005 and is still marked as beta. Are you sure you want to be using this compiler? Might I recommend Visual Studio Express edition?


THANKS, I THINK YOUR RIGHT. IT'S ABOUT TIME FOR ME TO MAKE THE SWITCH OVER.

This topic is closed to new replies.

Advertisement