Author | Topic: Compile and Execute | |
---|---|---|
Osvaldo Ramirez | Compile and Execute on Mon, 12 Jan 2004 15:28:33 -0700 Hola hombres maravilla .... Is there a way to press CTRL-F9 and compile,link and execute at the same time. I mean If I press I want to IDE make all for me. Best Regards Osvaldo Ramirez | |
Till Warweg | Re: Compile and Execute on Tue, 13 Jan 2004 11:25:37 +0100 "Osvaldo Ramirez" <ramirezosvaldo@prodigy.net.mx> wrote in message news:y5dr$lW2DHA.2016@S15147418... > Hola hombres maravilla .... Hola, Osvaldo. > Is there a way to press CTRL-F9 and compile,link and execute > at the same time. I mean If I press I want to IDE make all for > me. If by "execute" you mean the "Execute <yourtarget>" menu entry, then no, that's not currently possible. It seems that this operation just doesn't check whether files in the target had been modified. An omission error, I'd say. I'll check and put it on the list of issues to be resolved for the next release. The debugger operations (such as "Debug <yourtarget>" or "Single Step" do check that target's "modified" state, however, and will issue a rebuild, if necessary. But that isn't what you were after, right? Using these, you'll get pretty close to what were looking for. Best regards, Till -- --------------------------------------------------- ARD - Alaska Research & Development Web: http://www.alaska-research.com Investors: http://www.alaska-research.com/tifund E-Mail: mailto:till.warweg@alaska-research.com Contact: mailto:info@alaska-research.com --------------------------------------------------- |