-
Question about VC++
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.
-
If you press F7, it will compile without asking anything. Then press Ctrl+F5 (execute).
-
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.
-
No, I don't think there is a setting. But I have never searched.