loadlibrary icon indicating copy to clipboard operation
loadlibrary copied to clipboard

About msvc##.dll solution

Open shuxin opened this issue 3 years ago • 0 comments

More programs are based on msvcrt.dll msvcr##.dll msvcp##.dll

I tried add functions to crt.c, but It's an endless work.

I tried load msvc##.dll form Microsoft, some works well, but more failures. it would raise an exception says c runtime not be initialized if entry point haven't been called, other wise more system api should be fix.

I tried load msvc##.dll.so form WineHQ, some works well, but more failures too. many global struct should be initialized such as thread info. otherwise crash.

So, anyone have a better idea?

msvcp110

shuxin avatar Nov 20 '21 22:11 shuxin