MSVCRT is the Microsoft Visual C++ Runtime.
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 msvcrtI 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.dllIn 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 crtThere's a common error that gets thrown by the Visual C Runtime: This application has requested the Runtime to terminate …
windows language-agnostic msvcrtIn my inno setup RUN selection I force silent install of MSVCRT. I wonder how to make it install itself …
inno-setup msvcrtCompiled 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 msvcrtI'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 redistributableI have an assembly with the following manifest embedded: <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <dependency&…
msvcrt side-by-sideVisual 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 dllShould I redistribute msvcrt.dll with my application and use the private dll if some of the application's libs dynamically …
windows deployment dll msvcrt