diff --git a/docs/manual.html b/docs/manual.html index 42c5d4908..1c9cff8c8 100755 --- a/docs/manual.html +++ b/docs/manual.html @@ -185,7 +185,8 @@ Also, make sure the paths are correct in the different environments. In cygwin, /cygdrive/c/boost_1_31_0). In the windows environment, they should have the typical windows format (c:/boost_1_31_0).

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 version of boost, boost 1.30.2. And you'll definately have to use the latest service pack (sp5).

diff --git a/docs/manual.rst b/docs/manual.rst index 09950437b..3319d75b0 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -137,7 +137,8 @@ Also, make sure the paths are correct in the different environments. In cygwin, windows format (``c:/boost_1_31_0``). 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 version of boost, `boost 1.30.2`__. And you'll definately have to use the latest service diff --git a/examples/Jamfile b/examples/Jamfile index ae247a7a5..fab7379a6 100755 --- a/examples/Jamfile +++ b/examples/Jamfile @@ -4,7 +4,7 @@ exe client_test : client_test.cpp ..//torrent : - multi +# multi : debug release ; @@ -13,7 +13,7 @@ exe simple_client : simple_client.cpp ..//torrent : - multi +# multi : debug release ; @@ -22,7 +22,7 @@ exe dump_torrent : dump_torrent.cpp ..//torrent : - multi +# multi : debug release ; diff --git a/examples/client_test.cpp b/examples/client_test.cpp index d76285d03..f3ec05865 100755 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -247,7 +247,8 @@ int main(int argc, char* argv[]) ses.set_upload_rate_limit(100000); 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) {