Using Microsoft Visual C++ 2005EE Compile Error
-
Hi, I used to code in C++ but stopped for about a year, anyway I am back but have ran into a problem on my first project: Any solution I now create doesn't work, when I try and build it it builds fine, but when I try and run it, I get the error that: "Unable to start program "C:\\...projects\test\debug\test.exe". The system could not find the file specified" I realise this means that it hasn't created the debug information, but it hasn't created the release information either. Also I can Build Solution, and it says it is fine, but the Compile option is greyed-out and I don't know what to do. Is there an option in MVC++EE when you can turn off compiling it until you do something? Any suggestions? Thanks, Any reply is appreciated. -- modified at 8:47 Monday 11th June, 2007
-
Hi, I used to code in C++ but stopped for about a year, anyway I am back but have ran into a problem on my first project: Any solution I now create doesn't work, when I try and build it it builds fine, but when I try and run it, I get the error that: "Unable to start program "C:\\...projects\test\debug\test.exe". The system could not find the file specified" I realise this means that it hasn't created the debug information, but it hasn't created the release information either. Also I can Build Solution, and it says it is fine, but the Compile option is greyed-out and I don't know what to do. Is there an option in MVC++EE when you can turn off compiling it until you do something? Any suggestions? Thanks, Any reply is appreciated. -- modified at 8:47 Monday 11th June, 2007
Blekk wrote:
I realise this means that it hasn't created the debug information
No, it means it can't create the program - your compile is failing due to some other error.
Blekk wrote:
Is there an option in MVC++EE when you can turn off compiling it until you do something?
No, there shouldn't be. If it doesn't show the option, it probably doesn't think the option is valid, for some reason.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Blekk wrote:
I realise this means that it hasn't created the debug information
No, it means it can't create the program - your compile is failing due to some other error.
Blekk wrote:
Is there an option in MVC++EE when you can turn off compiling it until you do something?
No, there shouldn't be. If it doesn't show the option, it probably doesn't think the option is valid, for some reason.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )