Author Topic: Error when running Code Blocks  (Read 4702 times)

Offline wanling

  • Single posting newcomer
  • *
  • Posts: 2
Error when running Code Blocks
« on: December 22, 2009, 02:39:56 am »
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
« Last Edit: December 22, 2009, 08:05:02 pm by wanling »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code Blocks Stoped working.
« Reply #1 on: December 22, 2009, 03:29:23 am »
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

  • Guest
Re: Error when running Code Blocks
« Reply #2 on: December 23, 2009, 09:55:51 am »
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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Error when running Code Blocks
« Reply #3 on: January 02, 2010, 02:50:00 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.