On Tue Nov 1 18:24:55 2022 +0000, Piotr Caban wrote:
I don't really know how to proceed on msvcm functions without spending lots of time on it. I'm also afraid that if it will be hard to implement managed parts of the dll if needed. Currently none of the functions from msvcm forwards to msvcp. You can try calling the functions in tests to see what is returned (and if e.g. the structure matches with msvcp). It would be hard to see any side effects this way thought.
I forgot to mention - another option for msvcm is to add stubs like we do for other functions to see if it's enough to get the app running.