Re: [Dev-C++] RES: F9 Functionality - Run if no compile needed?
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: seb_kramm <seb...@ya...> - 2008-05-20 15:21:51
|
Alex Martin a écrit : > Hello, > > Thanks for the reply. So here is the situation: > > No program is running. > > I edit code. > > I push f9 -> the program compiles, then runs. > > I close the program. > > I push f9 again, (compiler log: Nothing to be done for 'all'.) -> The > program does not run. Maybe you just think it is closed, maybe there is still a process open, so DevCpp won't run it. Did you check the Windows Process manager ? It is not because you have no window nor console on screen that the app is dead. |