News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

code blocks becomes unresponsive

Started by waja, April 01, 2011, 03:58:54 AM

Previous topic - Next topic

waja

When ever I use code blocks the program works fine for a few minutes but but then invariably becomes unresponsive.
I on a 32-bit windows 7 operating system.
I thought it may just be a problem with the program but then I downloaded wxdev c++ and I had the same problem.

Any ideas?

ollydbg

No much info.
Please tell us how to reproduce this problem?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.