Boost logo

Boost Users :

Subject: [Boost-users] Boost.Date_Time building for Windows CE
From: Tory Bjorklund (toryb_at_[hidden])
Date: 2009-04-30 22:26:56


Hello,

My application builds fine when using Boost.Date_Time with win32 but when
building with a configuration for Windows CE I get the following errors:

boost/date_time/c_time.hpp(83) : error C2039: 'localtime' : is not a member
of 'std'
boost/date_time/c_time.hpp(83) : error C2660:
'boost::date_time::c_time::localtime' : function does not take 1 arguments
boost/date_time/c_time.hpp(92) : error C2039: 'gmtime' : is not a member of
'std'
boost/date_time/c_time.hpp(92) : error C2660:
'boost::date_time::c_time::gmtime' : function does not take 1 arguments
boost/date_time/gregorian/gregorian_io.hpp(12) : fatal error C1083: Cannot
open include file: 'locale': No such file or directory

Does anyone know how I may be able to build an app for CE that includes the
Date_Time library?

Thanks,

Tory


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net