On Mon Oct 31 12:21:54 2022 +0000, Piotr Caban wrote:
I'm not familiar with msvcm* dlls. I don't know if it's correct. Is the dll exporting any unmanaged functions? If so please add some tests. It's probably best to get the changes to msvcp* dlls first and then try to figure out what can be done with msvcm.
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.