Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back internal MessageBox function #230

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

mkilgore
Copy link
Contributor

Unfortunately InForm code calls this function directly via DECLARE LIBRARY. For the moment we're adding it back in to keep those programs functioning, in the future it may be removed.

Note that this implementation just matches the functionality of the previous Linux and OSX versions, so it only supports the MB_OK and MB_YESNO options. To that end InForm only ever calls it with those settings when using this implementation (For Windows it calls the win32 MessageBox function directly).

Unfortunately InForm code calls this function directly via
`DECLARE LIBRARY`. For the moment we're adding it back in to keep those
programs functioning, in the future it may be removed.
@mkilgore mkilgore added the bug Something isn't working label Oct 31, 2022
@mkilgore mkilgore merged commit 74b0c80 into QB64-Phoenix-Edition:main Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants