Top "Msvcrt" questions

MSVCRT is the Microsoft Visual C++ Runtime.

Should I link to the Visual Studio C runtime statically or dynamically?

I have read arguments on both sides about whether one should link to the C runtime library statically or dynamically …

msvcrt crt
Windows SxS Redistributable Version Issue

I have a program that is refusing to run on some Windows 7 machines. Using sxstrace, the executable claims to want …

windows-7 msvcrt redistributable winsxs
Python input single character without enter

What I am trying to do is make a simple pi memorization game in Python. What I need is a …

python curses msvcrt getch
Problem with Visual C++ program-- can't find the Debug CRT

I have a friend who's taking over a Visual C++ project from me and is having trouble running it. It's …

c++ visual-c++ msvcrt
How to Enforce C++ compiler to use specific CRT version?

I 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++ msvcrt
How to have password echoed as asterisks

I'm trying make a login window where a user is prompted to enter their Username and Password, although when the …

python passwords echo msvcrt getch
.crt section? What does this warning mean?

I'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-initializer
vs2012 toolset compatibility

In 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 msvcrt
exiting a loop by pressing a escape key

I 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