ui icon indicating copy to clipboard operation
ui copied to clipboard

Can't build app on Windows

Open mark-summerfield opened this issue 5 years ago • 4 comments
trafficstars

I copied the toy.nim example and built & ran it fine on Linux, but on Windows it just produces lots of errors. On Windows I have nim 1.0.4 installed using the binary installer. winerr.zip

mark-summerfield avatar Dec 24 '19 10:12 mark-summerfield

please post error log to https://pastebin.com/ instead

ba0f3 avatar Dec 24 '19 10:12 ba0f3

https://pastebin.com/x4sWy1FV

mark-summerfield avatar Dec 24 '19 11:12 mark-summerfield

I get all the same errors.

Is there a fix for this?

jamesb93 avatar Apr 29 '20 19:04 jamesb93

It builds with -d:useLibUiDll, but you need libui.dll in the same dir.

UnnoTed avatar Jun 11 '20 13:06 UnnoTed