
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 03/04/2008 00:43:59 Date: Thu, 3 Apr 2008 07:43:59 -0700 (PDT)
I frequently want to start my program, and then run it again straight away. But VS insists on doing a recompile of my code (or at least checking to see if it needs to, copy the files from project to project, etc.). Is there any way of saying "Just re-run what's already there."?
Cheers!
Andy
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 10/04/2008 02:15:58 Date: Thu, 10 Apr 2008 00:15:58 +0200
Andrew Ducker wrote: > I frequently want to start my program, and then run it again straight > away. But VS insists on doing a recompile of my code (or at least > checking to see if it needs to, copy the files from project to > project, etc.). Is there any way of saying "Just re-run what's > already there."? > > Cheers! > > Andy
Hi Andy,
I don't think so. But when the "just checking if all is up to date" lasts too long for you, you maybe can accelerate it by using more processes for that (given you have a multi-core CPU).
Bye, honey
|