Post
Topic
Board Development & Technical Discussion
Re: BTC client crashes every 5 minutes. "Microsoft Visual C++ Runtime Library."
by
twobits
on 21/08/2011, 21:07:06 UTC
The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

What do you know. You're right! I just tested it with InspectExe and indeed msvcrt.dll is in the list of dependencies.

That is the C RTL not the C++ RTL, and indeed mingwin uses the msvcrt dll to avoid the need for gpled code at runtime.