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
interfiberschool edited this page Mar 17, 2023
·
4 revisions
enum hotwire_status_code
Status codes
struct hotwire_dll_t
Holds the plaform-specific DLL handle.
struct hotwire_dll_t hw_dlopen(const char *file, int flags, void(*error_callback)(char* message))
Opens a DLL from file, using flags if required. Flags are ignored on Windows, but should be used
for cross-platform support. If the error callback function is NULL, the application will exit with a seg-fault. It is recommended to set this callback to be something