Loop and stack overflow in dbgheap/mlock: solved

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Graham (gknap_at_atsautomation.com)
Date: 09/28/04


Date: Tue, 28 Sep 2004 08:05:22 -0700

The answer I found is "don't use /MT(d) for a DLL, it won't
work -- use /MD(d) instead".

This also means using msvcrt(d) instead of libcmt(d).

That's the limit of my understanding, at this point...
maybe who actually knows what all this means can briefly
explain what all of this means.

-- graham