Thread: MinGW help

  1. #1
    Registered User
    Join Date
    Feb 2012
    Posts
    6

    MinGW help

    hi. I have MinGW Developer Studio and, after I run the code, I can't find where is the .exe file...In the project name folder is only the code, a msdp file and a debug folder, where exist a executable file, and if I run this executable, after a finished the program it closes automatically.

    so you have an idea where is the .exe file?

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    Quote Originally Posted by andreys View Post
    ... and a debug folder, where exist a executable file, and if I run this executable, after a finished the program it closes automatically.

    so you have an idea where is the .exe file?
    What can I say?...
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    Feb 2012
    Posts
    6
    normally should appear "terminated with return code 0" , but the executable from debug folder closes quikly closes..I can't read the results

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    Quote Originally Posted by andreys View Post
    normally should appear "terminated with return code 0" , but the executable from debug folder closes quikly closes..I can't read the results
    FAQ > How do I... (Level 1) > Stop my Windows Console from disappearing everytime I run my program?
    Devoted my life to programming...

  5. #5
    Registered User
    Join Date
    Feb 2012
    Posts
    6
    thanks..it works now

  6. #6
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    did you get the standard download of mingw developer studio, or the one with gcc 4?

  7. #7
    Registered User
    Join Date
    Feb 2012
    Posts
    6
    I'm using the standard mingw developer studio

  8. #8
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    you should think about upgrading your gcc version. 3.4.5 is from 2004, and has plenty of bugs, particularly in the STL implementation. 4.6.2 is the current release, and is quite stable. you can get it from this link

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL and mingw. Please help.
    By Erin100280 in forum C++ Programming
    Replies: 2
    Last Post: 08-15-2010, 09:26 PM
  2. MinGW
    By lruc in forum Windows Programming
    Replies: 9
    Last Post: 09-01-2008, 02:21 PM
  3. mingw
    By manzoor in forum C++ Programming
    Replies: 12
    Last Post: 02-08-2008, 10:21 AM
  4. Mingw
    By anirban in forum C++ Programming
    Replies: 4
    Last Post: 04-17-2007, 07:29 AM
  5. mingw help
    By DarkDot in forum Tech Board
    Replies: 17
    Last Post: 04-16-2007, 11:25 PM