Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the latest version of Boost compatible with VC++6?

What is the latest version of the Boost library that is compatible with Microsoft Visual C++ 6? And can you provide a link to download it directly?

The Downloads link at http://www.boost.org only gives a download for version 1.36.0, and the documentation for that version lists Visual C++ 7.1 as the lowest version of Microsoft compiler tested. Do they purge out downloads for older versions?

like image 580
Mark Ransom Avatar asked Oct 31 '08 02:10

Mark Ransom


2 Answers

Boost 1.34.1 has been tested with vc6. The old versions are still available.

like image 152
David Nehme Avatar answered Nov 02 '22 23:11

David Nehme


You can get all older versions from the boost download page on SourceForge.

The compilers used for regression tests are probably buried somewhere on the boost.org website.

like image 11
mch Avatar answered Nov 02 '22 22:11

mch