PDA

Click to See Complete Forum and Search --> : Question about VC++


wordracr
Jan 11th, 2002, 08:54 AM
When I want to run my program, I usually click "Execute Program", and let the compiling start. I will always get a message if I don't compile/build first and just click the Execute button. "These files need to be built *program name*.obj
*program name*.exe
Would you like to build them?"
Yes, I would like to build them...but is there a way I can skip the confirmation dialog box and have it done automatically?

Thank you, very much.

CornedBee
Jan 11th, 2002, 02:21 PM
If you press F7, it will compile without asking anything. Then press Ctrl+F5 (execute).

wordracr
Jan 12th, 2002, 02:22 AM
I already know that. I have done that before, but it is easier pressing F5, and enter. I would like to skip pressing enter though. If I want to run the program, and files aren't up to-date, wouldn't it automatically build them? It seems like there would be a setting, but I'm not sure where.

CornedBee
Jan 12th, 2002, 05:16 AM
No, I don't think there is a setting. But I have never searched.