8 Mar
2007
8 Mar
'07
7:56 a.m.
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