$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin (m_at_[hidden])
Date: 2002-10-19 06:52:35
By the way, i have had a problem when using the following:
stringstream vl_Date_strm;
vl_Date_strm << anExpEntry.vm_Date_date.month();
i get an error:
msvcprtd.lib(MSVCP70D.dll) : error LNK2005: "public: __thiscall
std::locale::id::id(unsigned int)" (??0id_at_locale@std@@QAE_at_I@Z) already
defined in DailyFinanceManager.obj
ie. the function id(unsigned int) already exists but why i am getting this
error?
i spend some time on this but i don't know the date_time implementation
details and me not boost expert so if anybody came accross this before i
would appreciate any suggestions.
By the way, i think date_time library looks very promissing, best library
that i
have ever seen.