add some cheks and error reporting, enable catch SEH in windows

This commit is contained in:
Ondrej Novak 2025-03-12 18:59:47 +01:00
parent 8faba63219
commit c9d0e86344
8 changed files with 88 additions and 34 deletions

View file

@ -7,6 +7,8 @@ extern "C" {
void send_log_impl(const char *format, ...);
void display_error(const char *format, ...);
#ifdef __cplusplus
}