MSVC31 MFC Application

R

Rob

When my system boots up I get an error message MSVC 31
MFC Application has encountered a problem and needs to
close, closing my internet explorer. Any suggestions?
 
R

RobertVA

MSVC stands for Microsoft Visual C++. It is a Windows program development
tool that was sold seperately and as part of Microsoft Visual Studio. More
recent versions are refered to as Visual C.NET and Visual Studio.NET.

MFC stands for Microsoft Foundation Classes. They are a set of variable and
code definitions for utilizing various Windows interface elements (windows,
command buttons, menus etc) in Visual C++.

The 31 is connected to the runtime version number.

Error message is connected to a common runtime library that is used by many
programs developed using Microsoft Visual Studio and or Microsoft Visual
C++. The message would not nessesarily indicate the operation or absence of
a malicious program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top