Hello, On 9/12/06, Piotr Szymanek <[EMAIL PROTECTED]> wrote: > I have I thing last problem. > I got error sipXmediaLib.lib(MpdSipxSpeex.obj) : error LNK2001: unresolved > external symbol _speex_nb_mode Just use static library. Or insert __declspec(dllimport) before speex_nb_mode in "speex/speex.h" file. Visual Studio require dllimport statement before all variables, imported from dlls.
Regards, Alexander Chemeris. _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
