Sunday, July 12, 2009

Runtime error?

it says microsoft visual c++ runtime library. does anyone know the cause of this and how to correct it?

Runtime error?
AS I think It appears when you are running a program written by visual c++. If you are the programmer, Check your code pointers and arrays ,strings may cause this error


If the pointer is not initialized by new operator or points to valid memory location the message would appear


If the array , strings exceed its limit the message would appear


if the array or string is dynamic made by new make sure not to change its start


For strings make sure that it is terminated by null character


some functions may cause the run-time error to appear like system()


the best way to know the reason of the run time error is to use ms visual c++ debug





If you are not programmer or u have not the source code of this program u have no thing to do except searching for a better program
Reply:This probably happens when you try to run a particular program. Identify which program it is, and try installing the VB runtime files from the original source, or downloading them from the net.
Reply:i always get that ******* message i always ignore it. it's usualy a program that didnt open properly during your computer booting up process.
Reply:I never mess with anything I don't know!
Reply:shut off the pc .start back up


No comments:

Post a Comment