News:

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

Main Menu

probably a bug: Stop building failed.

Started by ollydbg, May 11, 2009, 11:02:23 AM

Previous topic - Next topic

ollydbg

Windows TDM 4.4.

I'm build a project(OpenCV library) which use a makefile(generated by CMake) as it's build option.

Once I start building, I can hardly stop the building process. Even though I close codeblocks, the mingw32-make.exe were still running in background.

Any suggestions?
Thanks.

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.