|
Boost-Build : |
From: John Maddock (john_at_[hidden])
Date: 2005-03-04 05:42:55
> It depends on
>
> MSVCP71.DLL
> MSVCR71.DLL
> KERNEL32.DLL
>
> But please note that boost_date_time-vc71-mt-p-1_31.dll depends
> directly on MSVCP71.DLL and MSVCR71.DLL, not through STLPORT_VC746.DLL
You need to figure out what the dependency is (which functions are called
directly).
I suspect you will find that they are exception handling, RTTI, and
dynamic_cast related: these native C++ features require runtime support
irrespective of whether any C++ standard library code is called directly.
John.
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk