<div>Hi, dear all </div>
<div>&nbsp; I got the following problem when using speex1.2beta1 with&nbsp;VS 6.0:</div>
<div>&nbsp;</div>
<div>LINK : warning LNK4098: defaultlib &quot;LIBCD&quot; 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>&nbsp;</div>
<div>&nbsp;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>&nbsp;</div>
<div>Min</div>