The system cannot find the file specified

Have dug round the forum to check if per chance someone has assisted with my issue in the past but no joy-perhaps I didn't look hard enough?

Basically, I keep getting:

'Unable to start program 'C: Documents.......Exc1\Debug\Ex1.exe'
The system cannot find the file specified


I am looking at this now and can confirm the file specified is definitely sitting where it says it cannot find it?

I am using Visual C++ 2008 Express Edition if that helps...

Many thanks
closed account (zb0S216C)
How are you running it? Are you running it though VC++ or by double-clicking the binary executable?

Wazzak
Thanks for coming back on this Framework; to be honest i haven't got a clue what binary executable is?
I just go to 'Start Debuging' button or 'F5' on my keboard to compile.

Cheers
closed account (zb0S216C)
Kart wrote:
i haven't got a clue what binary executable is? (sic)

A binary executable is the final product of compilation. It contains instructions in the form of binary code that the computer can understand. An example would be Microsoft's Windows' notepad.exe. Any file with the .exe extension is a binary executable.

Can you post the code? if it's a large file (couple of hundred lines), could you please use http://pastebin.com/
and we'll go from there.

Wazzak
Last edited on
Thanks Framework- I may have now resolved and it is now running ok.
Topic archived. No new replies allowed.