I have a solution explorer contains 2 projects. For one project I have enabled /clr
with /mdd
. For parent project I have /mtd
and no clr support. When I compile this I get two linker errors including the below one:
Link warning link 4098:Default lib can conflict with other lib use /NODEFAULTLIBS library
So my question is how to use /NODEFAULTLIBS
in compilation.
Thanks in advance.