21 Nov
2023
21 Nov
'23
2:43 p.m.
It looks like msvcp doesn't export anything for the std::bad_function_call exception construction and if std::bad_function_call is constructed directly from the app the corresponding class data is generated in the application binary. I am attaching an ad-hoc test program I used to test it (using MSVC 2022 community edition). [msvcp_except.cpp](/uploads/558f0911366525d05af4ac69552c4aae/msvcp_except.cpp) -- v2: msvcp110: Implement std::_Xbad_function_call(). https://gitlab.winehq.org/wine/wine/-/merge_requests/4446