Boost logo

Boost Users :

From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2006-10-11 01:07:10


Hi Andrea,

> The linker complains about not founding
>
> libboost_date_time-vc71-mt-s-1_33_1.lib

Interprocess uses DateTime for timeouts in order to avoid its own time
types and including DateTime headers kicks the autolink feature.
Interprocess just needs the headers so if you define:

BOOST_DATE_TIME_NO_LIB

in your project, autolink of DateTime will be disabled. If you don't use
any other Boost library that uses DateTime, this is recommended. Another
option is to construct DateTime library and put it in the path of your
project. This is something I should explain in the documentation of the
next version.

Regards,

Ion


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net