<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial>Hi,</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT size=3>I use the pre-compiled libs of speex, 
version beta3. I've got&nbsp;this link problem when I use the fonction <FONT 
size=2>speex_encoder_init(&amp;speex_wb_mode)</FONT></FONT> 
<P><FONT size=3>error LNK2001: unresolved external symbol</FONT><FONT size=2> 
_speex_wb_mode</FONT></P>
<P><FONT size=3>I made the link with the librairies libspeex.lib and 
libspeexdsp.lib in my properties' project. </FONT></P>
<P><FONT size=3>I used the dumpbin executable of VC&nbsp;to see the external 
variable defined in the libs, and it's true _speex_wb_mode doesn't exist in the 
libs. </FONT></P>
<P><FONT size=1><FONT size=3>The variable speex_wb_mode is defined in extern in 
speex.h, I find the definition in mode_wb.c .</FONT></FONT></P>
<P><FONT size=1><FONT size=3><FONT size=2><FONT size=3><FONT size=2>If anyone 
have a solution to resolve this link problem it would be really 
helpfull</FONT></FONT></FONT></FONT></FONT></P>
<P><FONT size=1><FONT size=3><FONT size=2><FONT size=3><FONT 
size=2>Thanks</FONT></P></FONT></FONT></FONT></FONT></FONT></DIV></DIV></BODY></HTML>