Neel icon indicating copy to clipboard operation
Neel copied to clipboard

Windows build does not works standalone

Open Dev1lroot opened this issue 2 years ago • 1 comments

  1. I've compiled the app on windows 10 using MinGW x64
  2. After I copied and run the app on other device - it require libwinpthread-1.dll
  3. I copied the lib from my workspace
  4. Then the app started with 0xc000007b crash and exits

Dev1lroot avatar Sep 07 '22 21:09 Dev1lroot

@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

Niminem avatar Sep 07 '22 21:09 Niminem