From: Per W. <pw...@ia...> - 2007-10-29 23:49:07
|
Have you tested with a simple hello-world application? Right now, all we know is that you have a file text.cpp and that you don't get any errors when generating the test.exe. Then you say that test.exe doesn't run. We really do need more information, to be able to help. /pwm On Mon, 29 Oct 2007, Benson Mwangi wrote: > Hello, > > Is there anyone who would come in handy to help me diagnose whatever is > happening to my Dev C++ compilation. > > I am running on a windows Vista platfrom (which really sacks)! I have > installed Deve C++ and it's successfully compiling the code without any > erros or warnings but the exe file does not run! > > Kindly help me. > > The compilation result is as follows.... > > Compiler: Default compiler > Compiler: Default compiler > Executing g++.exe... > g++.exe "C:\Users\Benson\Desktop\test.cpp" -o > "C:\Users\Benson\Desktop\test.exe" > -I"C:\Dev-Cpp\lib\gcc\mingw32\3.4.2\include" > -I"C:\Dev-Cpp\include\c++\3.4.2\backward" > -I"C:\Dev-Cpp\include\c++\3.4.2\mingw32" -I"C:\Dev-Cpp\include\c++\3.4.2" > -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib" > Execution terminated > Compilation successful > > Kind Regards > > Benson > |