Topic: Too many error with cstdio (VC2008)
I follow this document. http://www.oofem.org/wiki/doku.php?id=w … ompilation
But I have around 30,000 error with cstdio, for example like follow.
-----------------------------------------------------------------------------------------------------------------------------------
c:\program files\microsoft visual studio 9.0\vc\include\cstdio(39) : error C2143: syntax error : missing '{' before ':'
-----------------------------------------------------------------------------------------------------------------------------------
of course, I set the "Compile As" to "/TP option", but I'm not sure what's mean
"Make sure, that you set this option for all targets"
I read one answer about this. In that solution, he said
-----------------------------------------------------------------------------------------------------------------------------------
The point is that the, despite of the /TP compilation setting (referring to the wiki post) set in the project properties, the C files have the /TC option. I changed this for all c files.
-----------------------------------------------------------------------------------------------------------------------------------
So, I can't understand this sentence "I changed this for all c files"
And that kind of error are from "compile option"?