News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Error when running Code Blocks

Started by wanling, December 22, 2009, 02:39:56 AM

Previous topic - Next topic

wanling

I get a message when trying to run CB,

Microsoft Visual C++ Runtime Library

"This Application has requested he Runtime to terminate it in an unusual way."

First time I get this message, was using CB today earlier.
Have uninstalled and installed again but it still doesn't work.

Windows Vista Home Basic
Codeblocks Version 8.02

ollydbg

Os?
Codeblocks version?
More information needed :D
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.

FTC

Hi,

I got the same problem. Well slightly different, but I get the same error.
I am using CB for some time now, but when I wanted to start it up yesterday all I got was the VC++ Error. I tried the newest version from the download page (setup+mingw) but I get the same error.

I am using XP Pro SP3

I hope it can be fixed soon, I need to develop and I want to do it with CB.  :)
greetings

ollydbg

Quote from: FTC on December 23, 2009, 09:55:51 AM
I tried the newest version from the download page (setup+mingw) but I get the same error.
Please try a nightly build version of Code::Blocks and TDM-GCC
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.