zacharycarter / nuklear-nim

Nim bindings for https://github.com/vurtun/nuklear/
120 stars 10 forks source link

How did you get past this error? #17

Open rszemplinski opened 4 years ago

rszemplinski commented 4 years ago

Hi,

I'm trying to make the binding on my own to learn and am running in this error

Error: unhandled exception: int128.nim(330, 11) `false` overflow [AssertionError]

Was wondering how you got past this if you ran into it. This is all I am getting which isn't very helpful.

rszemplinski commented 4 years ago

So I believe I got past it now but I'm running into TONS of previous declaration errors. Is this something you manually resolved?