Results 1 to 4 of 4

Thread: Question about VC++

  1. #1

    Thread Starter
    Hyperactive Member wordracr's Avatar
    Join Date
    Aug 2001
    Posts
    281

    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.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    If you press F7, it will compile without asking anything. Then press Ctrl+F5 (execute).
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Hyperactive Member wordracr's Avatar
    Join Date
    Aug 2001
    Posts
    281
    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.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    No, I don't think there is a setting. But I have never searched.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width