*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-28 18:24:07 +00:00
parent fac783b4d8
commit e801435223
4 changed files with 9 additions and 6 deletions

View File

@@ -185,7 +185,8 @@ Also, make sure the paths are correct in the different environments. In cygwin,
<tt class="literal"><span class="pre">/cygdrive/c/boost_1_31_0</span></tt>). In the windows environment, they should have the typical <tt class="literal"><span class="pre">/cygdrive/c/boost_1_31_0</span></tt>). In the windows environment, they should have the typical
windows format (<tt class="literal"><span class="pre">c:/boost_1_31_0</span></tt>).</p> windows format (<tt class="literal"><span class="pre">c:/boost_1_31_0</span></tt>).</p>
<p>If you're building in developer studio, you may have to set the compiler options <p>If you're building in developer studio, you may have to set the compiler options
&quot;force conformance in for loop scope&quot; and &quot;treat wchar_t as built-in type&quot; to Yes.</p> &quot;force conformance in for loop scope&quot;, &quot;treat wchar_t as built-in type&quot; and
&quot;Enable Run-Time Type Info&quot; to Yes.</p>
<p>If you're building in developer studio 6, you will probably have to use the previous <p>If you're building in developer studio 6, you will probably have to use the previous
version of boost, <a class="reference" href="http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=178835">boost 1.30.2</a>. And you'll definately have to use the latest service version of boost, <a class="reference" href="http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=178835">boost 1.30.2</a>. And you'll definately have to use the latest service
pack (sp5).</p> pack (sp5).</p>

View File

@@ -137,7 +137,8 @@ Also, make sure the paths are correct in the different environments. In cygwin,
windows format (``c:/boost_1_31_0``). windows format (``c:/boost_1_31_0``).
If you're building in developer studio, you may have to set the compiler options If you're building in developer studio, you may have to set the compiler options
"force conformance in for loop scope" and "treat wchar_t as built-in type" to Yes. "force conformance in for loop scope", "treat wchar_t as built-in type" and
"Enable Run-Time Type Info" to Yes.
If you're building in developer studio 6, you will probably have to use the previous If you're building in developer studio 6, you will probably have to use the previous
version of boost, `boost 1.30.2`__. And you'll definately have to use the latest service version of boost, `boost 1.30.2`__. And you'll definately have to use the latest service

View File

@@ -4,7 +4,7 @@ exe client_test
: client_test.cpp : client_test.cpp
..//torrent ..//torrent
: :
<threading>multi # <threading>multi
: debug release : debug release
; ;
@@ -13,7 +13,7 @@ exe simple_client
: simple_client.cpp : simple_client.cpp
..//torrent ..//torrent
: :
<threading>multi # <threading>multi
: debug release : debug release
; ;
@@ -22,7 +22,7 @@ exe dump_torrent
: dump_torrent.cpp : dump_torrent.cpp
..//torrent ..//torrent
: :
<threading>multi # <threading>multi
: debug release : debug release
; ;

View File

@@ -247,7 +247,8 @@ int main(int argc, char* argv[])
ses.set_upload_rate_limit(100000); ses.set_upload_rate_limit(100000);
ses.set_http_settings(settings); ses.set_http_settings(settings);
ses.set_severity_level(alert::debug); // ses.set_severity_level(alert::debug);
ses.set_severity_level(alert::info);
for (int i = 0; i < argc-1; ++i) for (int i = 0; i < argc-1; ++i)
{ {