SourceIT
2008.08.28, 04:32 PM
I am porting a pocketpc done in c/c++ code. When I compile it, I get about 2000 errors like "error expected unqualified-id before '@' token".
According to google, this is due to the precompilation getting confused with c/c++ and objective c headers.
One solution is to turn off precompiled headers. I have turned off everything that looks like a precompilation option but I still get the errors. So, how do I turn off precompilation properly?
Regards
Sean
According to google, this is due to the precompilation getting confused with c/c++ and objective c headers.
One solution is to turn off precompiled headers. I have turned off everything that looks like a precompilation option but I still get the errors. So, how do I turn off precompilation properly?
Regards
Sean