<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How-To: Build libtorrent DLL for Windows in C++</title>
	<atom:link href="http://softwerkz.net/2009/09/libtorrent/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwerkz.net/2009/09/libtorrent/</link>
	<description>experience it!</description>
	<lastBuildDate>Tue, 08 May 2012 14:33:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: softz</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82579</link>
		<dc:creator>softz</dc:creator>
		<pubDate>Wed, 28 Mar 2012 13:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82579</guid>
		<description>Great to know you&#039;ve got it running :D</description>
		<content:encoded><![CDATA[<p>Great to know you&#8217;ve got it running <img src='http://softwerkz.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82570</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 28 Mar 2012 12:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82570</guid>
		<description>I find it, sorry. I run it from cmd and it works..
Thanks for the support :-)</description>
		<content:encoded><![CDATA[<p>I find it, sorry. I run it from cmd and it works..<br />
Thanks for the support <img src='http://softwerkz.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82560</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82560</guid>
		<description>Thanks, it works finally.
I also build the simple_client project.. but when i try to run it, it
says :
&#039;simple_client.exe&#039;: Loaded &#039;C:\libtorrent\Build\bin\Debug\simple_client.exe&#039;, Symbols loaded.
&#039;simple_client.exe&#039;: Loaded &#039;C:\Windows\SysWOW64\ntdll.dll&#039;, Symbols loaded (source information stripped).
&#039;simple_client.exe&#039;: Loaded &#039;C:\Windows\SysWOW64\kernel32.dll&#039;, Symbols loaded (source information stripped).
&#039;simple_client.exe&#039;: Loaded &#039;C:\Windows\SysWOW64\KernelBase.dll&#039;, Symbols loaded (source information stripped).
&#039;simple_client.exe&#039;: Loaded &#039;C:\libtorrent\Build\bin\Debug\libtorrent.dll&#039;, Symbols loaded.
&#039;simple_client.exe&#039;: Loaded &#039;C:\Windows\SysWOW64\ws2_32.dll&#039;, Symbols loaded (source information stripped).
The program &#039;[4124] simple_client.exe: Native&#039; has exited with code 1 (0x1).</description>
		<content:encoded><![CDATA[<p>Thanks, it works finally.<br />
I also build the simple_client project.. but when i try to run it, it<br />
says :<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\libtorrent\Build\bin\Debug\simple_client.exe&#8217;, Symbols loaded.<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\Windows\SysWOW64\ntdll.dll&#8217;, Symbols loaded (source information stripped).<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\Windows\SysWOW64\kernel32.dll&#8217;, Symbols loaded (source information stripped).<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\Windows\SysWOW64\KernelBase.dll&#8217;, Symbols loaded (source information stripped).<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\libtorrent\Build\bin\Debug\libtorrent.dll&#8217;, Symbols loaded.<br />
&#8216;simple_client.exe&#8217;: Loaded &#8216;C:\Windows\SysWOW64\ws2_32.dll&#8217;, Symbols loaded (source information stripped).<br />
The program &#8216;[4124] simple_client.exe: Native&#8217; has exited with code 1 (0&#215;1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: softz</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82527</link>
		<dc:creator>softz</dc:creator>
		<pubDate>Wed, 28 Mar 2012 03:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82527</guid>
		<description>I see... You&#039;re getting this error because you&#039;re using boost_1_49_0 instead of the one I listed boost_1_40_0. 

Ok, if you want to use boost_1_49_0, you need to remove &lt;strong&gt;BOOST_NO_EXCEPTIONS&lt;/strong&gt; from the Preprocessor Definition.

Also, you need to add &lt;strong&gt;BOOST_FILESYSTEM_VERSION=2&lt;/strong&gt; to the Preprocessor Definition in all the sample client projects in the solution.

These should solve your issues. Also, all the projects use UNICODE. 

I&#039;ll try to update this page to use the latest Boost when time permits. :D</description>
		<content:encoded><![CDATA[<p>I see&#8230; You&#8217;re getting this error because you&#8217;re using boost_1_49_0 instead of the one I listed boost_1_40_0. </p>
<p>Ok, if you want to use boost_1_49_0, you need to remove <strong>BOOST_NO_EXCEPTIONS</strong> from the Preprocessor Definition.</p>
<p>Also, you need to add <strong>BOOST_FILESYSTEM_VERSION=2</strong> to the Preprocessor Definition in all the sample client projects in the solution.</p>
<p>These should solve your issues. Also, all the projects use UNICODE. </p>
<p>I&#8217;ll try to update this page to use the latest Boost when time permits. <img src='http://softwerkz.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82469</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 27 Mar 2012 16:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82469</guid>
		<description>I tried to compline your solution, it runs forn about 2 minutes but then tells build failed.. :-(

c:\libtorrent\libtorrent-rasterbar-0.15.8\include\libtorrent\entry.hpp(81): warning C4275: non dll-interface class &#039;std::runtime_error&#039; used as base for dll-interface struct &#039;libtorrent::type_error&#039;
1&gt;          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdexcept(158) : see declaration of &#039;std::runtime_error&#039;
1&gt;          c:\libtorrent\libtorrent-rasterbar-0.15.8\include\libtorrent\entry.hpp(80) : see declaration of &#039;libtorrent::type_error&#039;
1&gt;c:\libtorrent\boost_1_49_0\boost\exception\detail\exception_ptr.hpp(17): fatal error C1189: #error :  This header requires exception handling to be enabled.
1&gt;  Generating Code...
1&gt;
1&gt;Build FAILED.
1&gt;
1&gt;Time Elapsed 00:02:00.64
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</description>
		<content:encoded><![CDATA[<p>I tried to compline your solution, it runs forn about 2 minutes but then tells build failed.. <img src='http://softwerkz.net/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>c:\libtorrent\libtorrent-rasterbar-0.15.8\include\libtorrent\entry.hpp(81): warning C4275: non dll-interface class &#8216;std::runtime_error&#8217; used as base for dll-interface struct &#8216;libtorrent::type_error&#8217;<br />
1&gt;          c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdexcept(158) : see declaration of &#8216;std::runtime_error&#8217;<br />
1&gt;          c:\libtorrent\libtorrent-rasterbar-0.15.8\include\libtorrent\entry.hpp(80) : see declaration of &#8216;libtorrent::type_error&#8217;<br />
1&gt;c:\libtorrent\boost_1_49_0\boost\exception\detail\exception_ptr.hpp(17): fatal error C1189: #error :  This header requires exception handling to be enabled.<br />
1&gt;  Generating Code&#8230;<br />
1&gt;<br />
1&gt;Build FAILED.<br />
1&gt;<br />
1&gt;Time Elapsed 00:02:00.64<br />
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: softz</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82464</link>
		<dc:creator>softz</dc:creator>
		<pubDate>Tue, 27 Mar 2012 15:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82464</guid>
		<description>You can refer to the client code to understand how to use libtorrent. You can also run the simple_client.exe with a torrent file as an argument and see the torrent library in action.

You can download my solution and project files listed above. It will build the library and sample clients showing how the libtorrent is used. It&#039;s a VS2008 solution and it pretty straight forward.

Do let me know if you encounter any issues.</description>
		<content:encoded><![CDATA[<p>You can refer to the client code to understand how to use libtorrent. You can also run the simple_client.exe with a torrent file as an argument and see the torrent library in action.</p>
<p>You can download my solution and project files listed above. It will build the library and sample clients showing how the libtorrent is used. It&#8217;s a VS2008 solution and it pretty straight forward.</p>
<p>Do let me know if you encounter any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82462</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 27 Mar 2012 15:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82462</guid>
		<description>Thanks for answer, is there any other way to use libtorrent? If you send me .lib and .dll file it will works?</description>
		<content:encoded><![CDATA[<p>Thanks for answer, is there any other way to use libtorrent? If you send me .lib and .dll file it will works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: softz</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82461</link>
		<dc:creator>softz</dc:creator>
		<pubDate>Tue, 27 Mar 2012 15:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82461</guid>
		<description>Try &quot;Clean Solution&quot; to delete all the object files. 
If problem still persists, you can try closing VS and delete the build folder manually.</description>
		<content:encoded><![CDATA[<p>Try &#8220;Clean Solution&#8221; to delete all the object files.<br />
If problem still persists, you can try closing VS and delete the build folder manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82432</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 27 Mar 2012 10:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82432</guid>
		<description>ok ,thanks for answer. It works but i have now another problem. I build my project with VS2008 and it starts compile the files but finally it show me an error
 (c:\libtorrent\libtorrent-rasterbar-0.15.8\src\ut_pex.cpp : error C2471: cannot update program database &#039;c:\libtorrent\build\obj\debug\libtorrent\vc90.pdb&#039;
c:\libtorrent\libtorrent-rasterbar-0.15.8\src\ut_pex.cpp : fatal error C1083: Cannot open program database file: &#039;c:\libtorrent\build\obj\debug\libtorrent\vc90.pdb&#039;: No such file or directory),
i went into debug\libtorrent folder and i saw that vc90.pdb exists. What is going wrong?</description>
		<content:encoded><![CDATA[<p>ok ,thanks for answer. It works but i have now another problem. I build my project with VS2008 and it starts compile the files but finally it show me an error<br />
 (c:\libtorrent\libtorrent-rasterbar-0.15.8\src\ut_pex.cpp : error C2471: cannot update program database &#8216;c:\libtorrent\build\obj\debug\libtorrent\vc90.pdb&#8217;<br />
c:\libtorrent\libtorrent-rasterbar-0.15.8\src\ut_pex.cpp : fatal error C1083: Cannot open program database file: &#8216;c:\libtorrent\build\obj\debug\libtorrent\vc90.pdb&#8217;: No such file or directory),<br />
i went into debug\libtorrent folder and i saw that vc90.pdb exists. What is going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: softz</title>
		<link>http://softwerkz.net/2009/09/libtorrent/comment-page-1/#comment-82366</link>
		<dc:creator>softz</dc:creator>
		<pubDate>Tue, 27 Mar 2012 01:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://softwerkz.net/?p=18#comment-82366</guid>
		<description>Hi Tim, my bad... I realized that I&#039;ve missed out a step. Just updated it. You need not create an empty .cpp, you&#039;d need to add the libtorrent source files to your project and set the properties. You can refer to the updated steps. Thanks for alerting.</description>
		<content:encoded><![CDATA[<p>Hi Tim, my bad&#8230; I realized that I&#8217;ve missed out a step. Just updated it. You need not create an empty .cpp, you&#8217;d need to add the libtorrent source files to your project and set the properties. You can refer to the updated steps. Thanks for alerting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

