views:

343

answers:

1

HI

i want to know what is use of specifing /mtd /mdd options for visual studio.

Help me in this regard

Thanks inadvance.

A: 

They both request multithreaded, debug runtime libraries; mtd further requests a static link (bigger exe but no dependency on the runtime-library DLL). See MSDN's page about it for more details.

Alex Martelli