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
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
The plugin support added in #161 isn't exported on Windows so isn't actually usable in other projects. It might be easier by adding a __declspec macro instead of using the exports.def file as you have to export the mangled names in some cases which isn't ideal.
@clarkezone do you have any insight on how to handle this?