Hi guys!
I am trying to compile in microsoft visual c++ 2008 in a windows application,
but i cannot compile anything. It always says unable to start program,
the system cannot find the file specified.
Pls help me!
Is the "Unable to start program 'C:\users\........'" when you try to compile, or when you try to compile and run? C:\users\... suggests the latter.
There should also be a build log (BuildLog.htm) in the intermediate directory. Or is that not getting created? If it's there, it might give some more clues.
When i create a new premade project like the windows app the window opens and the project compiles and runs. If i make a project of mine, or open a codeblocks project, it shows the error.
Tried with 2010 and 2008 same thing. It happens even when i try to compile and when i try to compile and run.