https://bugs.winehq.org/show_bug.cgi?id=50625
--- Comment #25 from David Paradis david.paradis@us.abb.com --- I just wanted to give a quick update now that I have moved forward to production code.
I started to modify my real production code to switch the static CRT library, but unfortunately that is causing my some issues because I have a 3rd party library that using /MD switches and when I attempt to compile my code against that library I have issues unresolved external symbols that are being used in that library related to things like fopen, srand and other MSVCRT functions.
I am going to keep trying to change compiler switches on my project and the 3rd party library, but as of now the requirement to use static linked CRT might be a no go for my solution.