How to bulid a project included .cc file under VC++6.0?

G

Guest

I download a project from a source code web,the author saied that it's created under VC++6.0,and the project contain lots of *.cc file(I think they are same as the *.cpp file), but when i build it the compiler told me that"Cannot compile the file *.cc; no compile tool is associated with the file extension.Why???But the anthor saied that it can succeed build under VC++6.0
Is there anyone know how to cute this problem?Please told me ,thanks...
 
D

delta

:

Try the first item http://www.mvps.org/vcfaq/ide/index.htm
I download a project from a source code web,the author saied that it's created under
VC++6.0,and the project contain lots of *.cc file(I think they are same as the *.cpp
file), but when i build it the compiler told me that"Cannot compile the file *.cc; no
compile tool is associated with the file extension.Why???But the anthor saied that it can
succeed build under VC++6.0?
Is there anyone know how to cute this problem?Please told me ,thanks...

However I'm still waiting for a fix with VS2003 (7.1) when the project contains ONLY .cc
file. The "folder C/C++" doesn't show up
when looking at Project properties.
 
J

Jeff Partch [MVP]

CrazyDog said:
I download a project from a source code web,the author saied that it's
created under VC++6.0,and the project contain lots of *.cc file(I think they
are same as the *.cpp file), but when i build it the compiler told me
that"Cannot compile the file *.cc; no compile tool is associated with the
file extension.Why???But the anthor saied that it can succeed build under
VC++6.0?
Is there anyone know how to cute this problem?Please told me
,thanks...

I found this rather horrific kb article...

http://support.microsoft.com/default.aspx?scid=kb;en-us;181506
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top