-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels