At this point it no longer matters. It seems I am going to have to go over one of those guides on getting PJSIP to compile in VS 2010 (now 2012 also ) if I ever want to use it in Windows Phone. From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Fedot Fedotov Sent: Monday, September 03, 2012 3:33 AM To: pjsip list Subject: Re: LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' SOLVED Add line "C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\Lib\x86\dsound.lib" \ to the file pjproject-2.0.1_4212\pjsip-apps\build\Samples-vc.mak add C:\Program Files (x86)\Microsoft DirectX SDK (March 2009)\Lib\x86\ to the pjsua(and other needed projects) project properties-> ConfigurationProperties->Linker->General->AdditionalLibraryDirectories add "dsound.lib" to the pjsua(and other needed projects) project properties-> ConfigurationProperties->Linker->Input->AdditionalDependencies P.S.: send to me ALL you archived solution by email. On Mon, Sep 3, 2012 at 6:32 AM, Trent Creekmore <tcreek at gmail.com> wrote: The linker just needed a more explicit direction of where it could be found. From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Saturday, May 26, 2012 12:09 PM To: pjsip list Subject: Re: LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' Hi, Just check if in the "libpjproject" reference libs list, a reference to libpjproject itself is not present.If it is,then remove it and try compling. On Sat, May 26, 2012 at 4:50 AM, Trent Creekmore <tcreek at gmail.com> wrote: Been banging my head on this for a while. I have added all the reference libraries in "libpjproject" it will accept. The paths of the DirectX SDK have been added in the VC++ Directories. What else should I look at? Thank you. _______________________________________________ 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 _______________________________________________ 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/20120903/75bf81bb/attachment-0001.html>