link error trying to open file libboost_date-time-vc71-mt-gd-1_36.lib
hi, i create the multi-threaded and dll versions of the thread and date_time libraries on windows platform using vc++ 7.1: boost_date_time-vc71-mt-gd-1_36.dll/.lib boost_thread-vc71-mt-gd-1_36.dll/.lib when i link my application it wants the static version of the date_time library. is it possible to change boost so that it uses the dll instead of the static version? thanks, vince
Add -DBOOST_ALL_DYN_LINK to your compilation flags.
On Tue, Aug 26, 2008 at 8:11 AM, Vincent Buonassisi
hi,
i create the multi-threaded and dll versions of the thread and date_time libraries on windows platform using vc++ 7.1:
boost_date_time-vc71-mt-gd-1_36.dll/.lib boost_thread-vc71-mt-gd-1_36.dll/.lib
when i link my application it wants the static version of the date_time library. is it possible to change boost so that it uses the dll instead of the static version?
thanks, vince
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Surya Kiran Gullapalli
-
Vincent Buonassisi