On Tue Nov 1 17:51:25 2022 +0000, Bartosz Kosiorek wrote:
The msvcm (Microsoft Visual C++ Managed Runtime) is used as a compatibility library. It allows using managed code (e.g. from Visual Studio 2005) with old Visual Studio (6.0): https://www.developer.com/microsoft/c-sharp/managed-unmanaged-native-what-ki... More information is available at: https://social.msdn.microsoft.com/Forums/en-US/736125a3-634d-4265-9ee0-f17f7...
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.