<li>Copy bjam.exe to libtorrent\boost_[version]\tools\build</li>
<li>Add the path "libtorrent\boost_[version]\tools\build" to the windows path environment variable</li>
<li>Log off / log back on</li>
<li>Open the file "libtorrent\boost_[version]\tools\build\user-config.jam" in notepad</li>
<li>Uncomment the <ttclass="docutils literal"><spanclass="pre">#</span><spanclass="pre">using</span><spanclass="pre">msvc;</span></tt> line by removing the #</li>
<li>Replace the line with: <ttclass="docutils literal"><spanclass="pre">using</span><spanclass="pre">vc-8_0</span><spanclass="pre">;</span></tt></li>
<li>Save the file and close it</li>
<li>Open the visual studio .net command line in the VS.net 2005 folder in your start menu</li>
<li>CD to the "libtorrent\boost_[version]" folder</li>
<li>Type: <ttclass="docutils literal"><spanclass="pre">bjam</span><spanclass="pre">"-sTOOLS=vc-8_0"</span><spanclass="pre">install</span></tt> and hit enter</li>
<h1><aid="setting-up-and-compiling-libtorrent-with-vs-net-2005"name="setting-up-and-compiling-libtorrent-with-vs-net-2005">Setting up and compiling libtorrent with VS.NET 2005</a></h1>
<li><pclass="first">Create a new vs.net 2005 MFC project and solution file in the root of the libtorrent folder where you extracted all of the libtorrent files.</p>
</li>
<li><pclass="first">Include the files contained in the src folder, excluding the makefiles.
<strong>NOTE:</strong>
Only include either file.cpp or file_win.cpp. Read here to determine which file to include: