> >Is there a way to keep my extensions .c, but tell VSC++ (through an
> >project option) to compile as C++98 code (as if it had .cpp
[quoted text clipped - 3 lines]
>
> Dave
Opse sorry. I forgot to mention I seen the "Project > Properties >
Configuration Properties > C/C++ > Advanced > Compile As" which has
the options:
Compile as C++ (/TP)
Compile as C Code (/TC)
The project is defaulted to /TP (no matter if the extention is .c
or .cpp). Even with /TP set, if the file extentions are all .c it
wont compile. Renaming the files (inside the solution explorer)
without changing any of the project properties (from .c to .cpp) makes
it compile.
As a result it doesn't look like this setting does anything for me
(and the extention on the files are what's dictating compile type). I
was hoping for another property someplace (something like ignore file
extention) kinda thing; or another work-around; or maybe I'm just
using the "Compile As" incorrectly?
Thanks, NB
NvrBst - 06 Mar 2008 00:54 GMT
> > >Is there a way to keep my extensions .c, but tell VSC++ (through an
> > >project option) to compile as C++98 code (as if it had .cpp
[quoted text clipped - 24 lines]
>
> Thanks, NB
lol;
I just tried again... When I import the .c files, the default is
indeed set to /TP... (C++), so I thought it was using it.
But then I changed it to /TC, and BACK to /TP.... then tried to
compile... and it works.
So maybe the individual files were set to /TC, and doing this then
sets them all to /TP (even though the main project Properties were
always set to /TP).
Anyway thanks for the help... i did look at this option before, but re-
looking at it has solved my problem! thanks