Also.. may i also suggest UPGRADING a couple of compiler warnings - to be added just before the line which blocks C4290 in buildInitialise.xml, as they are normally only shown at warning level /W4 ? <compilerarg value="/w34189" if="msvc7" /> <!-- check for "local variable is initialized but not referenced" --> <compilerarg value="/w34295" if="msvc7" /> <!-- check for "array is too small to include a terminating null character" --> note: so it doesn't affect most current developers, they only get added for users of msvc7 regards John
