Visual Studio Enterprise includes Visual Studio for Mac. The same experience you know and love from Visual Studio, meticulously crafted and optimized for Mac. Build modern web apps or 5-star mobile apps using enterprise-grade tools, faster and easier than ever before, on Windows or Mac.
MC.EXE
Microsoft Development Tools For Mac Pro
We've made some important changes to the C/C++ ETW code generation of Message Compiler (MC, or mc.exe):
Message Compiler (mc.exe)
Visual Studio Enterprise includes Visual Studio for Mac. The same experience you know and love from Visual Studio, meticulously crafted and optimized for Mac. Build modern web apps or 5-star mobile apps using enterprise-grade tools, faster and easier than ever before, on Windows or Mac.
MC.EXE
Microsoft Development Tools For Mac Pro
We've made some important changes to the C/C++ ETW code generation of Message Compiler (MC, or mc.exe):
Message Compiler (mc.exe)
Microsoft Development Tools For Mac 2017
- The '-mof' switch (to generate XP-compatible ETW helpers) is considered to be deprecated and will be removed in a future version of mc.exe. Removing this switch will cause the generated ETW helpers to expect Vista or later.
- The '-A' switch (to generate .BIN files using ANSI encoding instead of Unicode) is considered to be deprecated and will be removed in a future version of mc.exe. Removing this switch will cause the generated .BIN files to use Unicode string encoding.
- The behavior of the '-A' switch has changed. Prior to Windows 1607 Anniversary Update SDK, when using the -A switch, BIN files were encoded using the build system's ANSI code page. In the Windows 1607 Anniversary Update SDK, mc.exe's behavior was inadvertently changed to encode BIN files using the build system's OEM code page. In the 19H1 SDK, mc.exe's previous behavior has been restored and it now encodes BIN files using the build system's ANSI code page. Note that the -A switch is deprecated, as ANSI-encoded BIN files do not provide a consistent user experience in multi-lingual systems.