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
When building the code into an application, the functions being marked as dllimport causes warnings when building with VS (or clang and lld). Ideally using dllimport/dllexport would be hidden behind some preprocessor define.