Results 1 to 3 of 3

Thread: Msvc++

  1. #1
    Senior Member
    Join Date
    May 2004
    Posts
    206

    Msvc++

    I recently migrated to Microsoft Visual C++ .NET from bloodshed-dev C++. Is there any way to stop MSVC++ from adding the "Press any key to continue" onto my programs?
    It is better to die on your feet than to live on your knees.

  2. #2
    Senior Member
    Join Date
    Dec 2004
    Posts
    107
    I think, and I'm not entirely too sure, that MSVC++ adds that line for debugging (so you can see your output) in your console programs. Have you tried making a release exe and running it? Does the same happen?
    Alright Brain, you don\'t like me, and I don\'t like you. But let\'s just do this, and I can get back to killing you with beer.
    -- Homer S.

  3. #3
    Senior Member
    Join Date
    May 2004
    Posts
    206
    I looked around on the MSDN some and found out if I compile instead of build it fixes the problem. Thanks for the quick reply.
    It is better to die on your feet than to live on your knees.

Posting Permissions

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