Boost logo

Boost Users :

From: Wolfgang Baer (w.baer_at_[hidden])
Date: 2007-03-08 02:56:26


Hi Silvatar,

Silvatar Flood wrote:
> When I try to compile boost 1.33.1 using MSVC 8.0 (VS.net 2005) for a mobile device, I get the following error:
>
> H:\PROJECTS\boost_1_33_1\boost/config/compiler/visualc.hpp(133) : fatal error C1189: #error : unknown CE compiler
>
> I tried to work around it by changing:
> # if defined(UNDER_CE)
> to
> # if 0

Get the 1.34 version of this file. There evc8 is defined.
>
> and it seems to work for the most part, except that it looks for certain intrinsic functions (_InterlockedIncrement for example)

Should work if you define BOOST_USE_WINDOWS_H in your program.

Wolfgang


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