David N Bertoni wrote: > > I actually like the extra "debugging" features in the debug memory manager, > so I'm not sure I agree with you that the decision was "stupid". it is, > however, very confusing, and a constant source of error for people who > don't ready the documentation and/or don't understand the issues.
Ok, perhaps it is not the incompatibility between release and debug runtimes that is 'stupid', but rather the fact that it is even possible for a program to end up using both at the same time. Of course, I wouldn't want to miss the debugging features either, but this can be achieved without the mess Microsoft made of it. Most Unix systems allow you to transparently link with release or debug C runtimes and ensure that the whole program uses one or the other. Joachim -- work: [EMAIL PROTECTED] (http://www.netacquire.com) private: [EMAIL PROTECTED] (http://www.kraut.ca) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
