boost Xpress and Window CE 5.0..help me..!!

Hi, all.
I want to use boost Xpress on Windows CE 5.0 (w/VS2005)
when compile sample code, error occors reason of "btowc()" function.
if I comment out
////////////////////////// c_regex_traits.hpp /////////////////////////
#ifndef BOOST_XPRESSIVE_NO_WREGEX
/// INTERNAL ONLY
template<>
inline wchar_t c_regex_traits

bsakiag wrote:
Hi, all.
I want to use boost Xpress on Windows CE 5.0 (w/VS2005) when compile sample code, error occors reason of "btowc()" function. if I comment out
As you've noticed, xpressive doesn't work on Windows CE because it lacks standard functions. I don't have this platform to test on, so it's not likely to ever work unless someone such as yourself gets it working a and submits patches. I'd be thrilled if you did. :-) -- Eric Niebler Boost Consulting www.boost-consulting.com
participants (2)
-
bsakiag
-
Eric Niebler