English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2006-10-20 19:31:35 · 5 answers · asked by Anonymous in Computers & Internet Internet

5 answers

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

2006-10-20 20:08:44 · answer #1 · answered by George Daoud 2 · 0 0

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.

2006-10-21 02:39:55 · answer #2 · answered by aggi74 3 · 0 0

shut off the pc .start back up

2006-10-21 02:33:13 · answer #3 · answered by ? 4 · 0 0

i always get that ******* message i always ignore it. it's usualy a program that didnt open properly during your computer booting up process.

2006-10-21 02:50:04 · answer #4 · answered by JOhNe=mc² 6 · 0 1

I never mess with anything I don't know!

2006-10-21 02:49:44 · answer #5 · answered by alfonso 5 · 0 1

fedest.com, questions and answers