im having a problem in ms visual c++..i cant compile my project since the compile button is in gray text..i have already saved my file..what am i lacking here?
newb in visual c++
Collapse
X
-
Originally posted by BanfaHave you added your C/C++ file to your current project? MSVC will only compile files that are part of the current project.Comment
-
Originally posted by fressanmethat's another thing im trying to look at..the "add to project" button is also on gray..man, i cant seem to make this work..maybe ill just have to get back to bloodshed.. :DComment
-
Which version of VC++ are you using??
The steps to create a project are different between VC++ 6.0 and the later .NET versions.
If I know the version, I can give you the steps to create a buildable project.Comment
Comment