Closed retsyo closed 6 years ago
latest winim. nim runs in MSYS2 + Mingw on windows 7 64 bits
$ nim c -r demo.nim ... C:\Users\name\.nimble\pkgs\winim-2.4.3\winim\inc\windef.nim(8773, 59) Error: cannot run in the VM: sizeof("\\TransactionManager\\")
finally, I found that it is the bug in winim. The latest winim's example can't be compiled, but the previous version works
Fixed in winim, closing.
latest winim. nim runs in MSYS2 + Mingw on windows 7 64 bits