I am facing difficulties in compilation of Project MicroSIP-3.0.15-src.zip<http://microsip.org.ua/download/MicroSIP-3.0.15-src.zip>. It is giving me 4 linker errors. Even my pjsip project with all depepentent projects and work spaces compiled finely and it build all libraries. and i linked these binaries ( .lib ) properly and given the path in project settings of MicroSIP.exe project. Still it is giving following errors. >microsipDlg.obj : error LNK2019: unresolved external symbol _pjsua_vid_codec_set_priority referenced in function __catch$?PJCreate at CmicrosipDlg@@QAEXXZ$0 1>microsipDlg.obj : error LNK2019: unresolved external symbol _pjsua_call_get_vid_stream_idx referenced in function "void __cdecl on_incoming_call(int,int,struct pjsip_rx_data *)" (?on_incoming_call@ @YAXHHPAUpjsip_rx_data@@@Z) 1>microsipDlg.obj : error LNK2019: unresolved external symbol _pjsua_vid_enum_devs referenced in function "public: void __thiscall CmicrosipDlg::PJAccountAdd(void)" (?PJAccountAdd at CmicrosipDlg@@QAEXXZ) 1>SettingsDlg.obj : error LNK2001: unresolved external symbol _pjsua_vid_enum_devs 1>SettingsDlg.obj : error LNK2019: unresolved external symbol _pjsua_vid_enum_codecs referenced in function "protected: virtual int __thiscall SettingsDlg::OnInitDialog(void)" (?OnInitDialog at SettingsDlg @@MAEHXZ) 1>D:\Dev-Licensing\MicroSIP-3.0.15-src\Debug\microsip.exe : fatal error LNK1120: 4 unresolved externals Seems some function definitions are missing.any way around..? or idea how to solve this issue USman On Tue, Apr 17, 2012 at 10:17 AM, Fedot Fedotov <fedot.fedotov at gmail.com>wrote: > Hello! > > libpjproject-i386-Win32-vc8-Debug-Static.lib - this is debug library of > pj-project. Looks like your MicroSIP project tries to find it, but without > success. > > you should build it(mentioned library) from pjsip-solution and copy > builded library from pjsip-solution to your MicroSIP solution > > BR. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120417/876eb508/attachment.html>