khchen / wNim

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

-1 can't be converted to DWORD_PTR #36

Closed retsyo closed 5 years ago

retsyo commented 5 years ago

I am using latest cloned-and-built nim on win 7 64 bits. Lasted wNim is installed via nim install wnim

$ nim c -r demo.nim
...
C:\Users\USER\.nimble\pkgs\wnim-0.8.0\wNim\private\controls\wToolBar.nim(336, 36) Error: -1 can't be converted to DWORD_PTR
khchen commented 5 years ago

I know this problem and the same problem in winim is already fixed. wNim will be fixed in next release. Thanks.

khchen commented 5 years ago

Fixed.