How to get the memory usage of DLLs loaded with LoadLibrary()?...
Read MoreVisual C++ executable and missing MSVCR100d.dll...
Read MoreWhat is the point of the boilerplate CRT function matherr?...
Read MoreCould imported DLL functions be calling the wrong function versions if the exe statically links to a...
Read MoreHow to find the dll which causes a memory leak and not directly referenced by application...
Read MoreHow can I distribute msvr71.dll (microsoft visual c++ runtime dll)...
Read MoreShould I compile with /MD or /MT?...
Read Morestd::atomic<> operator++ in MSVC...
Read MoreWhere can I download the msvcrt.dll that offers function rand_s?...
Read MoreHow to check the runtime library type of a binary exe generated from VC++...
Read MoreMemory leak detected in a very simple program. What to do?...
Read MoreHow did MinGW implement C++ Library support?...
Read MoreHow can I determine which Windows DLL is being used for a function call?...
Read MoreIs it safe to call across CRT boundaries using COM?...
Read MoreInitializing a ref-to-ptr in a struct after malloc()...
Read MoreUse fprintf on a socket in Windows...
Read MoreMSVCRT: Where is the implement (source code) of sin, cos et al?...
Read MoreHow to Enforce C++ compiler to use specific CRT version?...
Read MoreVC++: Code works in VS2010 and breaks in VS2013...
Read Moreunresolved external symbol in linked library, srand48 and drand48...
Read MoreHow do I get the file HANDLE from the fopen FILE structure?...
Read MoreHow to capture special keys for python console application...
Read Morecheck what run-time static library or dll uses...
Read MoreWix merge modules vc++ 9.0 SP1 not installing...
Read MoreCode compiles on MSVC, but not on GCC...
Read MoreHow to avoid problems with multiple CRT versions on Windows (dll hell revisited?)...
Read MoreIs MSVCRT's implementation of fprintf() thread safe?...
Read More