-
Notifications
You must be signed in to change notification settings - Fork 10
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
I get error, if you start on Windows #1
Comments
I get the same error, running windows 10, 64 bit... |
Sorry guys, I've been so busy lately..... Thanks, |
From what I could find Googling, the missing DLLs are from MingW. I am assuming you compiled it with MingW-w64. The MingW license appears to allow you to share their binaries with your release. When you get some time you should be able to search your MingW folder for the DLLs and include them in the zip. I have not tried installing MingW and mixing DLLs because it likely will need the specific version you used (though I could be wrong). |
@zefie thanks for the info. I think that i can try and fix this issue during this weekend (or on next monday). Also, I dont't know, maybe it is better to switch to msvc for building the Windows version. |
@FranciscoReMo @MacaronParisPretty @zefie |
It now works for me <3 Thanks so much <3 |
@MacaronParisPretty Great! From now on I'll build using msvc2019 on windows. I'm going to close this issue. |
I research in the Net:
https://stackoverflow.com/questions/18138635/mingw-exe-requires-a-few-gcc-dlls-regardless-of-the-code
https://stackoverflow.com/questions/46728353/mingw-w64-whats-the-purpose-of-libgcc-s-seh-dll
I think the error has been the compiled.
The text was updated successfully, but these errors were encountered: