conrad Messages: 12 Registered: November 2011 Location: Norway
Promising Member
I uninstalled upp and installed the latest 4140 build.
(Gave me a change to target a directory where I don't need to run in administration mode).
I am still having the same issue.
I have added the following compiler options to a new package:
-EHa, -MDd, -clr. (Order seems important). I get the following error when building the package:
----- DotNetWrappers ( GUI MSC10 DEBUG DEBUG_FULL BLITZ WIN32 MSC )
cl : Command line warning D9025 : overriding '/EHs' with '/EHa'
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
cl : Command line error D8016 : '/clr' and '/MTd' command-line options are incompatible
Observe, my own -MDd override seems to be put back to /MTd by theIde.