Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ollydbg on May 11, 2009, 11:02:23 am

Title: probably a bug: Stop building failed.
Post by: ollydbg on May 11, 2009, 11:02:23 am
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.