Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About msvc##.dll solution #110

Open
shuxin opened this issue Nov 20, 2021 · 0 comments
Open

About msvc##.dll solution #110

shuxin opened this issue Nov 20, 2021 · 0 comments

Comments

@shuxin
Copy link

shuxin commented Nov 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant