https://bugs.winehq.org/show_bug.cgi?id=657
--- Comment #119 from Timothy Pearson tpearson@raptorengineering.com --- (In reply to Austin English from comment #117)
(In reply to Aaron Franke from comment #116)
Is mfc related to mf?
If not, mfc is not implemented at all according to https://www.winehq.org/winapi_stats
If so, mf is only 3% implemented which would explain any issues with it.
They're not related. If you read the prior comments, you'll note that this is unlikely be to fixed anytime soon if ever. Use the native dll via winetricks.
For some applications the native DLL won't work -- for instance using otherwise open applications on non-x86 systems via winelib.
What would we need to do to at least get started on implementing some of the MFC API in winelib? Once a template is in place it's just a matter of working through the missing calls.