Author Topic: Hello World...terminated with status 3  (Read 11120 times)

Offline Seoman

  • Single posting newcomer
  • *
  • Posts: 3
Hello World...terminated with status 3
« on: September 05, 2009, 01:36:35 pm »
Hi! :-)

I'm using Code::Blocks 8.02, build Feb 27, 2008 wx 2.8.7 under Windows XP.

CB tells me the following

Code
mingw32-g++.exe    -c D:\Projekte\CodeBlocks\Hello\main.cpp -o D:\Projekte\CodeBlocks\Hello\main.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Process terminated with status 3 (0 minutes, 0 seconds)
0 errors, 0 warnings

I am new to this progamming thing. So i searched the whole Internet to find someone who has the same "terminated with status 3" problem..... i hope someone here can help me. :) If not... so then ill reinstall my windows (its 2 years old).

(I installed CB on the Notebook of my uncle and it works fine (same OS))

I deinstalled devc++ and the demoversion of Microsoft Visual C++. Thought this could be the problem... unsuccsessful.
Thx beforehand.
Wenn's mal wieder länger dauert...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Hello World...terminated with status 3
« Reply #1 on: September 05, 2009, 01:56:48 pm »
What is the version of mingw?
Try newer one if its not the latest or a TDM GCC release
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Seoman

  • Single posting newcomer
  • *
  • Posts: 3
Re: Hello World...terminated with status 3
« Reply #2 on: September 05, 2009, 02:15:03 pm »
Hm it was 3.4.5. I tried 5.1.4 with the same result. Could it be the 2 years old windows? :-\
Wenn's mal wieder länger dauert...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Hello World...terminated with status 3
« Reply #3 on: September 05, 2009, 02:18:22 pm »
Try this one http://www.tdragon.net/recentgcc/

And make sure that you have installed everything that is needed.
This problem might be caused by missing libs (just a guess).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Seoman

  • Single posting newcomer
  • *
  • Posts: 3
Re: Hello World...terminated with status 3
« Reply #4 on: September 05, 2009, 02:40:56 pm »
Yay! :)
It works!!! Would like to know why it did not work with the version which comes with the CB installer.

Thank u very much! :)

*edit*
I love this forum , haha! Cant get the smile out of my face :)

« Last Edit: September 05, 2009, 02:43:39 pm by Seoman »
Wenn's mal wieder länger dauert...