News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Release compiler?

Started by ninja9578, March 09, 2010, 06:55:25 PM

Previous topic - Next topic

ninja9578

Sometimes when testing, a program goes into an infinite loop and I have to kill it.  First I try the little red X on the top of Code::Blocks.  It says Aborting process 0... Be patient, but doesn't do anything, so after a few minutes I kill it using the task manager. 

Is there a way for me to tell Code::Blocks that I took care of the process and to stop trying to abort?  Because I have to shut down Code::Blocks and restart it so that I can compile again.  This is very annoying to me because I often have 5-10 projects open at the same time.

oBFusCATed

Have you tried a recent nightly?

p.s. Things you have forgotten to tell us: c::b version, gcc version, os version...
(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!]

ninja9578

8.0.2,  Windows 7, and how can I tell what version of GCC I'm using?  I would assume 4.0 because iostreams work and they're broken in 4.2.  It's actually MinGW, not GCC.  I didn't upgrade it, I left it with the version that came with the IDE.

I don't do nightly builds, I learn my lesson with that using wxWidgets.

stahta01

Quote from: ninja9578 on March 09, 2010, 08:24:59 PM
8.0.2,  Windows 7, and how can I tell what version of GCC I'm using?  I would assume 4.0 because iostreams work and they're broken in 4.2.  It's actually MinGW, not GCC.  I didn't upgrade it, I left it with the version that came with the IDE.

I don't do nightly builds, I learn my lesson with that using wxWidgets.

The version packaged with the IDE IS NOT Vista Compatible; therefore it is unlikely to work with Windows 7.

The below should give the version of MinGW GCC you need 4.x or 3.4.5 ... R3 or higher.

gcc -v
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ninja9578

Thank you.  I have 3.4.5 (mingw-vista special)

stahta01

Quote from: ninja9578 on March 10, 2010, 11:05:15 PM
Thank you.  I have 3.4.5 (mingw-vista special)

Not good for Vista; it must have r3 to be new enough for Vista.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]