You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use /MD and /MDd mode compilation rather than /MT or /MTd as per
Microsoft's recommendation. This allows us to use a shared C runtime.
The static MSVCRT/ucrt cannot be intermingled with a dynamic one.
0 commit comments