Debugging problem

hi

I have one source code that usually should work, i made new Visual C++ project, Win32 app. console, EMPTY one, there i choose new file- c++, and i pasted my code there, and when i press debugg button it gives me error :
 
"Unable to start program C:\...... project.exe.  The system cannot find the file specified."

I think that's because i've choosen empty project... but i don't know how to fix it
any help please
thanx




Answer this question

Debugging problem

  • dotnetnoob

    Visual Studio 2005 Professional

  • Rusty H

    Is actually project.exe on your machine Were you able to locate manually

    Thanks,
     Ayman Shoukry
     VC++ Team

  • killer10

    Which version of Visual Studio are you using

    Thanks,
      Ayman Shoukry
      VC++ Team

  • jsather

    From others posts, I am assuming you are now able to build and run your application as expected.

    Please feel free to unmark this post if that is not the case.

    Thanks,
      Ayman Shoukry
      VC++ Team

  • Craig Camm

    Are you sure that you also added the new file to the project Only creating a new cpp file does not cause the project to compile something.

  • Debugging problem