khchen / wNim

Nim's Windows GUI Framework
MIT License
327 stars 17 forks source link

windef.nim(8773, 59) Error: cannot run in the VM: sizeof("\\TransactionManager\\") #2

Closed retsyo closed 6 years ago

retsyo commented 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\\")
retsyo commented 6 years ago

finally, I found that it is the bug in winim. The latest winim's example can't be compiled, but the previous version works

khchen commented 6 years ago

Fixed in winim, closing.