Vinay Kakade wrote,
>
> I am compiling my application using command line and I am
> using command line switch /MTd to link my application with
> debug multithreaded DLL.

This links in the runtime statically and does not use the DLL runtime.
You should use /MDd instead.

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]

Reply via email to