winim
winim copied to clipboard
Getting generic converter failed rematch error
winim 3.9.4
Nim 2.2.4
I'm trying out the basic window example, but getting internal error: generic converter failed rematch. The errors point at these lines:
BeginPaint(hwnd, ps)
EndPaint(hwnd, ps)
DrawText(hdc, ...)
#etc