
12 Jan
2006
12 Jan
'06
10:24 p.m.
Now that VS 2005 is out and supports windows mobile devices quite nicley - can we change visualc.hpp to somthing like this? ... # if defined(UNDER_CE) # if _MSC_VER < 1200 // Note: these are so far off, they are not really supported # elif _MSC_VER < 1300 // eVC++ 4 comes with 1200-1202 # define BOOST_COMPILER_VERSION evc4.0 # error unknown CE compiler # elif _MSC_VER == 1310 //VC7.1 ok # elif _MSC_VER == 1400 //VC8.0 better # else # error unknown CE compiler # endif # else ...
7092
Age (days ago)
7093
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gordon Smith
-
John Maddock