winim icon indicating copy to clipboard operation
winim copied to clipboard

Getting generic converter failed rematch error

Open Apis035 opened this issue 7 months ago • 0 comments

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

Apis035 avatar May 13 '25 03:05 Apis035