MSVCRT is the Microsoft Visual C++ Runtime.
I have read arguments on both sides about whether one should link to the C runtime library statically or dynamically …
msvcrt crtI have a program that is refusing to run on some Windows 7 machines. Using sxstrace, the executable claims to want …
windows-7 msvcrt redistributable winsxsI have a friend who's taking over a Visual C++ project from me and is having trouble running it. It's …
c++ visual-c++ msvcrtI am using VS2008 for developing a COM dll which by default uses CRT version 9 but I am using TSF (…
c++ visual-studio-2008 visual-c++ msvcrtI've got this warning recently (VC++ 2010) warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators I'm …
c++ visual-studio-2010 msvcrt critical-section static-initializerI am running a program that I built in Visual Studio 2010 which uses a third party DLL "ABC.DLL". I …
visual-studio-2010 visual-c++ dependencies msvcrt side-by-sideIn my VS2012 I have 4 toolsets available: v90, v100, v110 and v110_xp. I did a simple test with two …
c++ visual-c++ visual-studio-2012 msvcrtI am trying to exit a loop by pressing a escape key but my program doesn't work. Is there a …
python python-3.x windows pywin32 msvcrt