Skip to content

Conversation

@JeremyAnsel
Copy link
Contributor

Hello,
The library uses the MB_GetString function to get default names for the buttons for the message boxes.
It works fine on Windows. But in Wine on Linux the function is not implemented.
See https://github.com/wine-mirror/wine/blob/cec314f2b26ad44be666ddd034ee269f6bb6215a/dlls/user32/user32.spec#L848
This PR uses default names when the function does not exist. In this case a EntryPointNotFoundException exception is thrown and the code catches it to set default strings.

@NotYoojun NotYoojun self-requested a review October 4, 2025 04:56
@NotYoojun NotYoojun merged commit 6bf8979 into iNKORE-NET:main Oct 4, 2025
1 check passed
@JeremyAnsel JeremyAnsel deleted the mb_getstring branch October 4, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants