You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ImageJ Launcher has logic to display error dialog boxes on Windows with FormatMessage and MessageBox, including handling of GetLastError() codes. Jaunch has the beginnings of such a feature for all supported OSes, via the void show_alert(const char *title, const char *message) function.
The text was updated successfully, but these errors were encountered:
The ImageJ Launcher has logic to display error dialog boxes on Windows with
FormatMessage
andMessageBox
, including handling ofGetLastError()
codes. Jaunch has the beginnings of such a feature for all supported OSes, via thevoid show_alert(const char *title, const char *message)
function.The text was updated successfully, but these errors were encountered: