<div>Hi, dear all </div>
<div> I got the following problem when using speex1.2beta1 with VS 6.0:</div>
<div> </div>
<div>LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library<br>libspeex.lib(sb_celp.obj) : error LNK2001: unresolved external symbol _lpc_window<br>libspeex.lib(nb_celp.obj) : error LNK2001: unresolved external symbol _lpc_window
</div>
<div> </div>
<div> I compiled speex1.2beta1 under win32 directory and got the libspeex.lib, however, when I call speex_encoder_init() the above linking error appears. Anyone has any idea?</div>
<div> </div>
<div>Min</div>