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

Not working under windows 10 #32

Closed
virtualenv opened this issue Oct 4, 2021 · 3 comments
Closed

Not working under windows 10 #32

virtualenv opened this issue Oct 4, 2021 · 3 comments
Labels
question Further information is requested Windows

Comments

@virtualenv
Copy link

Hello,

I am trying to test it under Windows 10 with Visual Studio 2019.
It compiles fine, but it always gives me the same error :
the application was unable to start correctly 0xc000007b.
Already tried with Release, Debug, MinSizeRel and RelWithDebInfo.
Could you please help me ?

Thank you.

@DefTruth
Copy link
Owner

DefTruth commented Oct 4, 2021

It seems to be a common problem in windows system, not a bug in this repo. I think , may be some sys dll is missing or the path of the sys dll is not matched to the environment variable. Also, you can refer to the solution here 👇

some other users have already run this repo on the windows system, you can refer to this discussion #10 and #6 , i hope it helps ~

@DefTruth DefTruth added question Further information is requested Windows labels Oct 4, 2021
@virtualenv
Copy link
Author

Thank you DefTruth!
Was really a matter of placing the dlls in the right place!

Congratulations ! Amazing Job!

@DefTruth
Copy link
Owner

DefTruth commented Oct 6, 2021

Thank you DefTruth! Was really a matter of placing the dlls in the right place!

Congratulations ! Amazing Job!

haha~ wish you have a good travel 🙃🤪🍀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Windows
Projects
None yet
Development

No branches or pull requests

2 participants