Microsoft Visual C++ Runtime Library Error When Using Movie Maker

G

Guest

Here is the message.

Microsoft Visual C++ Runtime Library
This Application has requested the Runtime to terminate it in an unusual way!
Please contact the application's support team for more info.

This happens when i try to use Microsoft Movie Maker. It will open the
program but wont let me start to make a movie. I need this program to finish
my projects.
 
N

Newbie Coder

Steve,

What is the file the error is referencing?

Is it C++ 5/6/7.1/8/9? Version 9 is very unlikely as C++ 2008 is still in Beta
 
N

Newbie Coder

Kimi,

The VC++ Runtime libary is built in to Windows via the header files... The only runtimes
that aren't are the managed C++ from the .NET Framework & if the user had those versions
then he/she would have JIT debugging errors if there was a problem

Remember, Windows is written in C++. Many years ago it was written in C
 
K

kimiraikkonen

Kimi,

The VC++ Runtime libary is built in to Windows via the header files... The only runtimes
that aren't are the managed C++ from the .NET Framework & if the user had those versions
then he/she would have JIT debugging errors if there was a problem

Remember, Windows is written in C++. Many years ago it was written in C

--
Newbie Coder
(It's just a name)






- Show quoted text -

C++? Was Windows written in C++ only or Visual Basic implementations?
XP or 2K which one is C++?
 

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