views:

15

answers:

1

What option (where it is located in VS2008 menu) is need to be switched on in order VS2008 compile and build solution before launch (native C++ project)?

Thanks.

+1  A: 

Tools + Options, Projects and Solutions, Build and Run. The setting "On Run, when projects are out of date" is relevant. You'll probably want "Always build". The setting for the next one has "Do not launch" as the only sane option.

Hans Passant
Thanks a lot!!!
Budda