On Mon Oct 31 13:49:18 2022 +0000, Bartosz Kosiorek wrote:
I am also not familiar with msvcm*. I only noticed that many already declared functions are pointing to the `msvcp90` DLL library. Also the mangled names are exactly the same. After applying these patches two tested applications starts working. Do you have some tips how the tests could be written? I am novice in that area.
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...