HI
i want to know what is use of specifing /mtd /mdd options for visual studio.
Help me in this regard
Thanks inadvance.
HI
i want to know what is use of specifing /mtd /mdd options for visual studio.
Help me in this regard
Thanks inadvance.
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.