Visual Studio .NET 2008 compiler #defines?
[Please do not mail me a copy of your followup] I'm using boost 1.34.1 with the Boost Consultants installer. I tried compiling some code with Visual Studio 2008 and of course 1.34.1 doesn't recognize the compiler and prints out a lot of "compiler not recognized" messages. The code seems to compile OK, but obviously the compiler isn't recognized. Are there plans to update the #defines to recognize VS.NET 2008 soon, or should I do something to update the headers? (Would this mean I'd have to recompile all the libs? I'm using the precompiled libs at the moment.) Thanks in advance. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download http://www.xmission.com/~legalize/book/download/index.html Legalize Adulthood! http://blogs.xmission.com/legalize/
On Dec 17, 2007 3:48 PM, Richard
Are there plans to update the #defines to recognize VS.NET 2008 soon, or should I do something to update the headers?
A fix has already been checked into SVN trunk AFAIK.
(Would this mean I'd have to recompile all the libs? I'm using the precompiled libs at the moment.)
That would depend on which libraries you are using, but yes probably. Richard
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
On Dec 17, 2007 3:48 PM, Richard
wrote: Are there plans to update the #defines to recognize VS.NET 2008 soon, or should I do something to update the headers?
A fix has already been checked into SVN trunk AFAIK.
OK, I could look there. What's the best way to contact the people at Boost Consultants to see if we can get a new installer?
(Would this mean I'd have to recompile all the libs? I'm using the precompiled libs at the moment.)
That would depend on which libraries you are using, but yes probably.
Is there any sort of document that describes the steps necessary to do this on a Windows machine with VS.NET? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download http://www.xmission.com/~legalize/book/download/index.html Legalize Adulthood! http://blogs.xmission.com/legalize/
On Dec 16, 2007 9:57 PM, Richard
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
thusly: On Dec 17, 2007 3:48 PM, Richard
wrote: Are there plans to update the #defines to recognize VS.NET 2008 soon, or should I do something to update the headers?
A fix has already been checked into SVN trunk AFAIK.
OK, I could look there. What's the best way to contact the people at Boost Consultants to see if we can get a new installer?
(Would this mean I'd have to recompile all the libs? I'm using the precompiled libs at the moment.)
That would depend on which libraries you are using, but yes probably.
Is there any sort of document that describes the steps necessary to do this on a Windows machine with VS.NET? --
The following patch to boost 1.34.1 allows us, amongst other things, to build a number of boost libraries against VS 2008/MSVC 9 http://tinyurl.com/237tem (original link: http://stlab.adobe.com:8080/@md=d&cd=//adobe_source_libraries/tools/&cdf=//adobe_source_libraries/tools/boost_1_34_1_patch_01.txt&sr=2954&c=CF6@//adobe_source_libraries/tools/boost_1_34_1_patch_01.txt ). Perhaps you will find it useful. - Mat
Richard wrote:
boost-users@lists.boost.org spake the secret code
thusly: On Dec 17, 2007 3:48 PM, Richard
wrote: (Would this mean I'd have to recompile all the libs? I'm using the precompiled libs at the moment.) That would depend on which libraries you are using, but yes probably.
Is there any sort of document that describes the steps necessary to do this on a Windows machine with VS.NET?
The steps here http://www.boostcookbook.com/Blog:/2007-12-04/Boost%201.35%20approaching%20a... are for VS2005, but the changes should be pretty obvious. K -- http://www.kirit.com/
participants (4)
-
Kirit Sælensminde
-
legalize+jeeves@mail.xmission.com
-
Mat Marcus
-
Richard Dingwall