|
From: Jose' C. <cru...@ce...> - 2005-07-10 20:30:30
|
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 Pax et Bonum # dott. Jose' Cruanyes Aguilar - C.E. Soft srl # Pzza. Firenze,4 MILANO - XX Settembre 10, CREMONA # 02,33603122 0372,460602 |