hi,please help me to get rid of the following errors.minimum tell me what they mean.thank you...
after giving the command>> cc y.tab.c lex.yy.c << these error messages occured
lex.yy.c: In function ‘yy_get_next_bu ffer’:
lex.yy.c:1245: error: expected identifier or ‘(’ before numeric constant
lex.yy.c:1245: error: invalid lvalue in assignment
lex.yy.c:1245: error: invalid lvalue in increment...
User Profile
Collapse
-
problem in compiling lex.yy.c
-
problem in audio input stream
Im trying to send audio data of targetdataline to outputstream.Im using the following code:
AudioSystem.wri te(new AudioInputStrea m(targetDataLin e),AudioFileFor mat.Type.WAVE,O utput);
which shows I/O exception:
java.io.IOExcep tion: stream length not specified
at com.sun.media.s ound.WaveFileWr iter.write(Wave FileWriter.java :114)
please someone give me a solution...than ks...
No activity results to display
Show More