Neel
Neel copied to clipboard
Windows build does not works standalone
- I've compiled the app on windows 10 using MinGW x64
- After I copied and run the app on other device - it require libwinpthread-1.dll
- I copied the lib from my workspace
- Then the app started with 0xc000007b crash and exits
@Dev1lroot
Add mingw64/bin, which contains libwinpthread-1.dll, to your path
It is a known issue, see this
I had this same problem with the Nim 1.6 branch
Let me know if that fixes it, did for me