Displaying 2 results from an estimated 2 matches for "c2085".
Did you mean:
2085
2007 Mar 01
1
compiling echo cancellation
...uch
--------------------Configuration: audio - Win32 Debug--------------------
Compiling...
mdf.c
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(156) : error
C2054: expected '(' to follow 'inline'
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(157) : error
C2085: 'filter_dc_notch16' : not in formal parameter list
C:\Documents and Settings\Min Qin\Desktop\speex\audio\mdf.c(157) : error
C2143: syntax error : missing ';' before '{'
......................
Min
-------------- next part --------------
An HTML attachment was scrubbed...
UR...
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
...then the project is opened in the VC++ 6.0 IDE.
Now, when I simply try to compile the program, I receive this 5 error messages.
error1. d:\speex\speex-1.1.5\libspeex\lsp.c(104) : error C2054: expected '(' to follow 'inline'
error2. d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2085: 'spx_cos' : not in formal parameter list
error3.d:\speex\speex-1.1.5\libspeex\lsp.c(105) : error C2143: syntax error : missing ';' before '{'
error4.d:\speex\speex-1.1.5\libspeex\preprocess.c(974) : error C2143: syntax error : missing ';' before 'type'
error...