Hi guys,
a quick question. Is it possible to get around his simple problem of mine. I'm trying to run c code using the VS.net 2003. The problem i'm getting is that when I try to compile my source I'm getting the following error message:
z:\RSCode\galois.c(16): fatal error C1853: 'Release/RSCode.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
So I suppose my question is how do I get my code to run without using this precompiled header and use my own header file.
Thanks all
Richie
a quick question. Is it possible to get around his simple problem of mine. I'm trying to run c code using the VS.net 2003. The problem i'm getting is that when I try to compile my source I'm getting the following error message:
z:\RSCode\galois.c(16): fatal error C1853: 'Release/RSCode.pch' precompiled header file is from a previous version of the compiler, or the precompiled header is C++ and you are using it from C (or vice versa)
So I suppose my question is how do I get my code to run without using this precompiled header and use my own header file.
Thanks all
Richie