
28 Nov
2005
28 Nov
'05
4:54 p.m.
All we need is just to implement 3 Boost 1.32 libs (libboost_date_time, libboost_regex, libboost_filesystem) for x64 application. Is it enough just to rebuild ones with x64 compiler (MS 8, Intel 9) from sources? What code version is good for it?
My expectation is that you shouldn't have any problems with those with 1.33 (or even better the very soon to be released 1.33.1). And yes it should just be a recompile with the appropriate 64-bit compiler (both VC8 and Intel 9 should be fine). I'd recommend running the tests for those libs that you're using once just to make sure, but I wouldn't anticipate any issues. Regards, John.