From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Sean Farrow
Sent: Monday, November 23, 2009 6:05 PM
To: boost-users@lists.boost.org
Subject: [Boost-users] issues when trying to link with boost_datetime
Importance: High

 

Hi:

I’m trying to link on windows with boost_date time.

The build can not find the file:

'libboost_date_time-vc90-mt-s-1_41.lib'

This file does not exist.

Any one know what the problem is?

 

Maybe

 

1        You haven’t built the library, for example, to  somewhere /lib/stage.  For me it’s I:\boost_1_41_0\stage\lib.  Check there first?

2        You haven’t added the path to the libraries in Tools options, VC directories, library, browse to find the \lib

3        You haven’t built the static library(s) – the simple build library doesn’t do this – and doesn’t warn you (to be corrected soon).

 

 

 

HTH

 

Paul