On Thu, Aug 28, 2008 at 2:45 AM, Paulo Vicentini <[EMAIL PROTECTED]> wrote: > When calling sipxInitialize, OsFileIteratorBase::findFirst is returning > OS_FILE_NOT_FOUND and the codec_*.dll is not being loaded. > > I haven't defined DEFAULT_CODECS_PATH in sipXmediaLib-msvc8 so that I > expect: define CODEC_PLUGIN_PATH "." to be used. > > I have placed all .dll (codecs) in my executable directory. > > Despite that I am getting: > > "Assertion failed: !"Could not find codec of given type!", file > c:\sipfoundry\sip > xtapi\sipxmedialib\src\mp\mpcodecfactory.cpp, line 310"
There are two possibilities: 1) You're running tests from VS debuger. In this case current directory is not the directory with the executable, but rather directory with the VS project file. 2) You're trying to load a codec_*.dll which depends on other dll, which can't be found. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
