Hi all, recently I started 'porting' some projects to 64 bit Windows (AMD) using Visual Studio 2005. I noticed that the Compiler had trouble with Boost. Searching the net didn't provide much helpfull information. I wondered if any of you had tried anything with Boost and VC2005/Whidbey compilers. Or if any of you could direct me to some information source on the net. Thank you! Serge van Keulen
At 06:28 AM 10/11/2004, S.I.M. van Keulen wrote: Hi all, recently I started 'porting' some projects to 64 bit Windows (AMD) using Visual Studio 2005. I noticed that the Compiler had trouble with Boost. Searching the net didn't provide much helpfull information. I wondered if any of you had tried anything with Boost and VC2005/Whidbey compilers. Or if any of you could direct me to some information source on the net. You can see for yourself by looking at the current regression tests. For example, see http://www.meta-comm.com/engineering/boost-regression/developer/summary.html... The VC++ 8.0 tests look pretty good. There are some failures, mostly on new libraries, but most of the current Boost libraries seem to work well with VC++ 8.0. If you want some help figuring out why you are having problems, you need to post a much more specific message that identifies the particular errors you are seeing. --Beman
Beeman, I don't think any of use are using the 64bit features... I tried one run (made a provisional toolset for it) but since I'm still on XP they won't run. At Monday 2004-10-11 17:28, you wrote:
At 06:28 AM 10/11/2004, S.I.M. van Keulen wrote: Hi all,
recently I started 'porting' some projects to 64 bit Windows (AMD) using Visual Studio 2005. I noticed that the Compiler had trouble with Boost. Searching the net didn't provide much helpfull information.
I wondered if any of you had tried anything with Boost and VC2005/Whidbey compilers. Or if any of you could direct me to some information source on the net.
You can see for yourself by looking at the current regression tests. For example, see http://www.meta-comm.com/engineering/boost-regression/developer/summary.html...
The VC++ 8.0 tests look pretty good. There are some failures, mostly on new libraries, but most of the current Boost libraries seem to work well with VC++ 8.0.
If you want some help figuring out why you are having problems, you need to post a much more specific message that identifies the particular errors you are seeing.
--Beman
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"
You can see for yourself by looking at the current regression tests. For example, see http://www.meta-comm.com/engineering/boost-regression/developer/summary.html...
Ah, thank you. I tried the regression-test page on Boost.org but that didn't list VC8. The above link didn't seem to be accessable for me, the following was though: http://www.meta-comm.com/engineering/boost-regression/user/summary.html
If you want some help figuring out why you are having problems, you need to post a much more specific message that identifies the particular errors you are seeing.
I will try to solve them with this info first. I will return if I get stuck. Thank you! Serge van Keulen
participants (3)
-
Beman Dawes
-
S.I.M. van Keulen
-
Victor A. Wagner Jr.