Top "Msvcrt" questions

MSVCRT is the Microsoft Visual C++ Runtime.

Resolving LNK4098: defaultlib 'MSVCRT' conflicts with

This warning: LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library is a fairly common …

visual-studio dll linker warnings msvcrt
Visual C++ executable and missing MSVCR100d.dll

I know this has been asked in other places and answered, but I'm having issues with MS Visual Studio 2010. I've …

windows visual-studio-2010 visual-c++ msvcrt msvcr100.dll
Should I compile with /MD or /MT?

In Visual Studio, there's the compile flags /MD and /MT which let you choose which kind of C runtime library …

c++ visual-studio msbuild msvcrt crt
What is the cause of "This application has requested the Runtime to terminate it in an unusual way"?

There's a common error that gets thrown by the Visual C Runtime: This application has requested the Runtime to terminate …

windows language-agnostic msvcrt
How to make vcredist_x86 reinstall only if not yet installed?

In my inno setup RUN selection I force silent install of MSVCRT. I wonder how to make it install itself …

inno-setup msvcrt
Visual studio 2015 run-time dependencies or how to get rid of Universal CRT?

Compiled couple of .dll's using visual studio 2015, and tried to deploy on some older windows 7 / 64 bit. Tried also to guess …

c++ visual-studio-2015 msvcrt
Why does my application require Visual C++ Redistributable package

I'm writing a simple C++ application in Visual Studio. It also has a setup project. It works well on my …

visual-studio visual-c++ windows-runtime msvcrt redistributable
Side-by-side configuration error (Microsoft.VC80.CRT v8.0.50608.0)

I have an assembly with the following manifest embedded: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency&…

msvcrt side-by-side
vcredist_x86.dll and version 8.0.50727.4053

Visual C++ 2005 I build on my system use CRT DLLs version 8.0.50727.4053. I believe it is the latest one and was …

visual-studio-2005 msvcrt dll
Should I redistribute msvcrt.dll with my application?

Should I redistribute msvcrt.dll with my application and use the private dll if some of the application's libs dynamically …

windows deployment dll msvcrt