C++ Runtime Libraries Problem

  • Thread starter Thread starter Mr.Tibbs
  • Start date Start date
M

Mr.Tibbs

Hello. Whenever I start IE, or any other progam that accesses the internet,
it is abruptly cut off with the following message box:

Runtime Error!

Program: C:\WINDOWS\etc... etc...

This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more infomation.

....I am therefore unable to do anything in an online situation with the
computer in question, and I get a number of similar messages at Startup.

Does anyone know what recourse I might take, (or if there is a newsgroup in
which this question might be better asked) ? ...
 
Hi Mr.Tibbs :-)

You may be having a conflict with msvcrt.dll (or one of its variants),
perhaps maybe mfc.dll

msvcrt.dll = Microsoft Visual C++ Runtime library
mfc.dll = Microsoft Foundation Classes

You could replace or install the runtime files.
Download the msvcrtXX.dll files here:
http://www.freewarefiles.com/category/library2.htm

also............

Standard C++ Library Frequently Asked Questions
http://support.microsoft.com/defaul...port/kb/articles/Q154/4/19.ASP&NoWebContent=1


If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.
Replies are posted only to the newsgroup for the benefit or other readers.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
Back
Top