From e80143522305256317bc414f622b7312d7190097 Mon Sep 17 00:00:00 2001
From: Arvid Norberg
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 : -