newb in visual c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fressanme
    New Member
    • Apr 2007
    • 36

    newb in visual c++

    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?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Have you added your C/C++ file to your current project? MSVC will only compile files that are part of the current project.

    Comment

    • fressanme
      New Member
      • Apr 2007
      • 36

      #3
      Originally posted by Banfa
      Have you added your C/C++ file to your current project? MSVC will only compile files that are part of the current project.
      that'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.. :D

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Originally posted by fressanme
        that'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.. :D
        lol, erm I take it you have actually created a project?

        Comment

        • weaknessforcats
          Recognized Expert Expert
          • Mar 2007
          • 9214

          #5
          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

          • fressanme
            New Member
            • Apr 2007
            • 36

            #6
            haha!solved the problem already..but im still more comfortable doing c++ on bloodshed..gues s ill have to stick to that one for now..thanks for all the help! :D

            Comment

            Working...