Author Topic: Microsoft Visual c++ runtime library  (Read 5107 times)

IoanaL

  • Guest
Microsoft Visual c++ runtime library
« on: May 06, 2010, 08:52:20 pm »
I got a big problem
I would be grateful you  would help me . xoxo
I can not open codeblocks --
"this application has requested the runtime to terminate it in unusual way.please contact the aplication's support team for more information"

I should mention that I uninstall and install codeblocks for much many dates

Offline Folco

  • Regular
  • ***
  • Posts: 343
    • Folco's blog (68k lover)
Re: Microsoft Visual c++ runtime library
« Reply #1 on: May 06, 2010, 09:00:48 pm »
Which OS ? version ? Version of codeblocks ? How did you install/compile it ? With what options etc...
Kernel Extremist - PedroM power ©

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Microsoft Visual c++ runtime library
« Reply #2 on: May 07, 2010, 03:48:37 am »
try and get hold of depends.exe (free tool) and see what it spits out especially which msvcrt.dll (it should actually be just that) in case its msvcrt8.dll or something else the side by side configuration might be wrong.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Microsoft Visual c++ runtime library
« Reply #3 on: May 07, 2010, 04:05:30 am »
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.

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Microsoft Visual c++ runtime library
« Reply #4 on: May 07, 2010, 07:22:14 am »
thanks olly :) didnt have the link at hand and was a bit busy backporting mico to mingw (gdamn many changes needed)  :lol:.