hello everybody, i've download the new 1.2beta1, and compile it with VC++ 6.0, at this point, all ok. i get the libspeex.lib and when i link it to my project (that was using speex 1.1.12) it reports an error: "unresolved external symbol lpc_window" this symbol is defined in window.c and its referenced in sb_celp.c and nc_celp.c, but im not sure if im doing something wrong or its really a bug, and what is the best way to solve it. thank you all, by MJM.
> i've download the new 1.2beta1, and compile it with VC++ 6.0, at this > point, all ok. > > i get the libspeex.lib and when i link it to my project (that was using > speex 1.1.12) it reports an error: > > "unresolved external symbol lpc_window" > > this symbol is defined in window.c and its referenced in sb_celp.c and > nc_celp.c, but im not sure if im doing something wrong or its really a > bug, and what is the best way to solve it.I suspect that's just because the VC6 project wasn't updated when window.c got added. Add that file to the project and it should work fine. Jean-Marc