News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Microsoft Visual c++ runtime library

Started by IoanaL, May 06, 2010, 08:52:20 PM

Previous topic - Next topic

IoanaL

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

Folco

Which OS ? version ? Version of codeblocks ? How did you install/compile it ? With what options etc...
Kernel Extremist - PedroM power ©

reckless

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.

ollydbg

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.

reckless

thanks olly :) didnt have the link at hand and was a bit busy backporting mico to mingw (gdamn many changes needed)  :lol:.