
Vince wrote:
Hi,
I am trying to port some .NET classes into moder C++ and I am using shared_ptr. I am trying to compile with Visual Studio 2005 and Pocket PC 2003 SDK to target some mobile devices and when I compile I got the following :
error unknown CE compiler
I have modified visualc.hpp to pass this test by adding :
elif _MSC_VER < 2500 //Visual 8 Pocket PC 2003 and WM5 comes with 2048 # define BOOST_COMPILER_VERSION evc4.0
but it's not enough since after I get a problem with Interlocked I think, I had to comment the following :
//#elif (defined( BOOST_MSVC ) || defined( BOOST_INTEL_WIN ))
[...] I believe that this has already been reported and fixed in the CVS... can you try the CVS version? You can also wait for the 1.34 release candidate but I don't know when it will become available.