On Mon Jul 17 04:27:02 2023 +0000, Chip Davis wrote:
In the Microsoft C++ ABI, the decorated forms of the symbol names vary between different architectures. Pointers and methods, in particular, tend to come out differently. You should look at some of the other C++ DLLs in Wine and see how they handle this issue. (Do these DLLs even exist in i386 and ARM (AArch32) versions??)
I don't see why wincorlib wouldn't exist on other archs when vccorlib (part of vcrun) can be downloaded for all of them?
I will look at the first issue later