$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2003-11-03 14:19:06
On Mon, 3 Nov 2003 12:14:35 -0500, Duane Hebert wrote
> I'm using BCB6 w/patch 4
> Boost libraries boost-1.30.2
>
> This bit of code below causes linker errors:
>
> [Linker Error] Unresolved external
> 'boost::gregorian::greg_month::as_short_string() const' referenced from
> C:\BUILDER\PROJECTS\UNIT1.OBJ
> [Linker Error] Unresolved external
> 'boost::gregorian::greg_month::as_long_string() const' referenced from
> C:\BUILDER\PROJECTS\UNIT1.OBJ
>
> via the call to to_iso_string(ptime). What am I missing?
Looks like you don't have the date time library linked in. Did you build it
and put it into your build?
Jeff