11 Oct
2006
11 Oct
'06
5:07 a.m.
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