I see no references at all, trying VS 2005 and VS 2008. Which reference libraries should I include? From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 1:51 AM To: pjsip list Subject: Re: pjsua_app.sbr: No such file or directory In the libpjproject project --> properties-->frameworks and references make sure all the references libraries are present.And check if reference to libpjproject itself is not present.I too was getting the same error when I made some changes to the project in VS 2010 ,later I figured out in the references of libpjproject, reference to libpjproject itself was present(Not sure how it got included).Removing that fixed the problem for me. Probably you could try the same and see if it works On Thu, May 17, 2012 at 11:39 AM, Trent Creekmore <tcreek at gmail.com> wrote: Thank you kindly for the reply. That information to do this was not included in <http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfo rWindows> http://trac.pjsip.org/repos/wiki/Getting-Started/Windows#BuildPreparationfor Windows Then I tried again, but again another problem with "dsound.lib" not found. This was not covered in the documentation either, but found solution in the mailing list archives which was related to including directories in the Direct X SDK Now stuck on LINK : fatal error LNK1181: cannot open input file '..\..\lib\libpjproject-i386-win32-vc8-release.lib' I cannot find a solution this problem anywhere. Another including a directory issue? Thank you From: pjsip-bounces@xxxxxxxxxxxxxxx [mailto:pjsip-bounces at lists.pjsip.org] On Behalf Of Sandeep Karanth Sent: Thursday, May 17, 2012 12:03 AM To: pjsip list Subject: Re: pjsua_app.sbr: No such file or directory Hi Trent, You need to create the file config_site.h yourself under pjlib/include/pj directory.It can be an empty file to start off with. For the "pjsua_app.sbr: No such file or directory" problem try rebuilding the solution and see if it helps. On Thu, May 17, 2012 at 10:04 AM, Trent Creekmore <tcreek at gmail.com> wrote: I do not see this issue appearing anywhere in the archives. In addition also getting: pj/config_site.h: No such file or directory This is pjproject-2.0-rc, and trying to compile in VS 2005. _______________________________________________ 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 -- Regards, Sandeep Karanth _______________________________________________ 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 -- Regards, Sandeep Karanth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120517/977abc5e/attachment.html>