Thread: Question about Projects in visual C++

  1. #16
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    u understand what Is happening?

  2. #17
    Registered User shuesty's Avatar
    Join Date
    Oct 2002
    Posts
    21
    What happening is after you wrote your first project, it saved the initial projects exe into the run command. When you went to run the second, the initialy exe was still in the run command and so it will continue to run that.

    What you have to do is either create a new solution for each project unless you are intentionally wanting to add the projects to the same solution. Or you have to change the startup project in the solution's properties.

  3. #18
    Registered User shuesty's Avatar
    Join Date
    Oct 2002
    Posts
    21
    And one other thing ... the error that you saw pop up ... always hit yes because that is telling you that you have changed that file since it last was compiled so you have to rebuild it.

  4. #19
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901

    Talking

    ooooh, ok I got it, I changed the single startup project to the ifle I wanted, thanks
    Last edited by indigo0086; 10-09-2002 at 11:47 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  3. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  4. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM
  5. Erros in Utility Header File
    By silk.odyssey in forum C++ Programming
    Replies: 4
    Last Post: 12-22-2003, 06:17 AM