On Wed, Jul 2, 2008 at 3:06 PM, Gang Lau <gangban.lau at gmail.com> wrote: > Hi, > I am using visual studio 2005. I select "samples" as startup project and > build. It fail. Buildlog is below. > But pjnath project can be built sucessfully if I select "pjnath" as > startup. > pjsip-0.8.0 is ok. > It seems that the project dependency for the "samples" project is gone for some reason, so that causes the "samples" to look for pjnath library which hasn't been built yet. I've fixed this in the SVN version. If you don't want to switch to the SVN version, you can just build all the other projects/libraries first before building the "samples" project. Thanks for the report. Cheers Benny