loadlibrary
loadlibrary copied to clipboard
About msvc##.dll solution
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?