gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Trouble, please help.

#79202 - Jules - Wed Apr 12, 2006 3:10 am

I am trying to use microphone example by chris double, modified by tobias, but I get these errors, I did not modify any files, any idea what is wrong?

Using programmers notepad.

thanks.

Code:
command.h:37: error: syntax error before 'CommandType'
command.h:37: warning: no semicolon at end of struct or union
command.h:40: error: syntax error before 'PlaySampleSoundCommand'
command.h:40: warning: no semicolon at end of struct or union
command.h:41: warning: type defaults to 'int' in declaration of 'startRecording'
command.h:41: warning: data definition has no type or storage class
command.h:52: error: syntax error before 'Command'
command.h:52: warning: no semicolon at end of struct or union
command.h:55: error: syntax error before '}' token

_________________
// Jules

#79204 - Jules - Wed Apr 12, 2006 3:15 am

I am sorry, nevermind I fix it.
_________________
// Jules