MultiClient icon indicating copy to clipboard operation
MultiClient copied to clipboard

window os parameter is incorrect

Open OnlookerRian opened this issue 1 year ago • 0 comments

When using MultiClientGetID(), I got a return value of -1.

After checking, I discovered that the problem was caused by the "—" character (which ends up being interpreted as "c-window-number").

Replacing it with "-" fixed the issue; however, since the function expects "mc-window-number" as its input, removing the "-" altogether resolved the problem correctly.

OS : Windows 10

OnlookerRian avatar Feb 19 '25 09:02 OnlookerRian