|
From: James W. W. <os...@jw...> - 2005-07-10 21:02:37
|
On Jul 10, 2005, at 1:30 PM, Jose' Cruanyes wrote: > Il giorno 09/lug/05, alle 03:49, James W. Walker ha scritto: > > >> But tell me, is there some simple preprocessor condition I can use >> to test for the malevolent presence of VSC++ 6.0? I am >> considering contributing a VRML reader to Quesa, and it is much >> more code than the cartoon renderer, with many ands and ors. >> >> > > the macro is _MSC_VER that for VSC 6.0 is defined >= 1200 and <1300 > (1300 is .net, and 1400 will be VS8) > > we'll try with a couple of defines as you suggest, but if it's not > enough we can just declared the plug-in not compatible with the > ancient compiler Come to think of it, it is likely to be incompatible. The plug-in uses the Spirit parser library (part of Boost), which heavily uses template metaprogramming. I even ran into a compiler bug in CodeWarrior 9.5. |