Loop and stack overflow in dbgheap/mlock: solved
From: Graham (gknap_at_atsautomation.com)
Date: 09/28/04
- Next message: Jochen Kalmbach: "Re: forcing malloc to use high addresses"
- Previous message: Lynn McGuire: "forcing malloc to use high addresses"
- In reply to: Graham: "Stack overflow in mixed native/managed DLL"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Jochen Kalmbach: "Re: forcing malloc to use high addresses"
- Previous message: Lynn McGuire: "forcing malloc to use high addresses"
- In reply to: Graham: "Stack overflow in mixed native/managed DLL"
- Messages sorted by: [ date ] [ thread ]