[Speex-dev] problem linking new beta version

Jean-Marc Valin jean-marc.valin at usherbrooke.ca
Wed Sep 6 15:52:46 PDT 2006


> 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


More information about the Speex-dev mailing list