While building WebRTC code on Windows XP using Visual Studio 2005, in
addition to the instructions provided at
http://www.webrtc.org/reference/getting-started/prerequisite-sw, I had
to do the following configurations, for an error free build:
1) In MSVC|Tools|Options|Projects and Solutions|VC++ Directories one
has to Include, the include directory of Microsoft SDK 7.1, i.e. add
the path C:\Program Files\Microsoft SDKs\Windows\v7.1\Include in case
the installation was carried out in the standard C:\Program Files
directory.
2) In MSVC|Tools|Options|Projects and Solutions|VC++ Directories one
has to add the Library directory of Microsoft SDK 7.1., i.e. add the
path C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib in case the
installation was carried out in the standard C:\Program Files
directory.
3) In MSVC|Tools|Options|Projects and Solutions|VC++ Directories one
has to add a specific Library directory of Visual Studio 2005, i.e.
add the path C:\Program Files\Microsoft Visual Studio 8\VC\lib in case
the Visual Studio 2005 was installed in C:\Program Files directory.