6 Nov
2022
6 Nov
'22
11:44 a.m.
On Sat Nov 5 10:17:27 2022 +0000, David Kahurani wrote:
Okay - I mostly understood everything now with the exception of the WriteChars example. Maybe I am just missing something but is WriteChars(0x100, 1) expected to compile? Do you by any chance mean WriteChars(L"\u0100", 1)? The prototype of this function being ``` HRESULT WriteChars (const WCHAR * characters, UINT count); ``` The API call will not compile... Is there something I am missing here? Of course. I don't mean that you should pass 0x100 pointer there.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1199#note_13333