installation on Borland Developer Studio 2006 (C++Builder)
Hi, how do i install boost with the BSD2006? The installer package seems not to work: ------my first try was------------------------------------------------------ #include "boost/date_time/gregorian/gregorian.hpp" //include all types plus i/o ... ... ---------------------------------------------------------------------------- - i get: [Linker Fataler Fehler] Fatal: Datei 'LIBBOOST_DATE_TIME-BCB-MT-D-1_34_1.LIB' kann nicht geƶffnet werden since the C:\Programme\Borland\BDS\4.0\include\boost\boost_1_34_1\lib directory only has *vc* files. So i downloaded the: boost_1_34_1.zip BUT here i have to build the LIBs and i'm a C++ Newbiew! How do i build the Libs? PLEASE HELP!
Harald Wolf - G. Ulmer Automation GbmH wrote:
So i downloaded the: boost_1_34_1.zip BUT here i have to build the LIBs and i'm a C++ Newbiew! How do i build the Libs? PLEASE HELP!
Please see http://www.boost.org/more/getting_started/index.html and follow the steps carefully and you should be fine. HTH, John.
participants (2)
-
Harald Wolf - G. Ulmer Automation GbmH
-
John Maddock