Hi
in my project i have enabled /clr (Common Language Runtime) support as well as /MTd (Multithreded Debug) option in code generation section.
But the compiler shows /clr and /MTd are incompatable types. I need to use both.
How to fix this?
Thanks in advance.