Hello, Filterbank.c does not compile on visual studio because of the declaration of : int id1; int id2; in the filterbank_new() procedure (line 45) id1 and id2 must be compiled in the begin of the procedure... Ouss
> Filterbank.c does not compile on visual studio because of the declaration of > : > int id1; > int id2; > in the filterbank_new() procedure (line 45) > id1 and id2 must be compiled in the begin of the procedure...You mean your compiler still doesn't understand C99? :-) Fixed in svn now. Jean-Marc