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
On Windows, you don't link against a DLL (dynamic library) directly, but instead link against a counterpart "import library" (.lib).
The linker produces these alongside the DLL when linking a dynamic library. We should make sure the dependency graph is aware of their existence and dependency relationships to other tasks.
The text was updated successfully, but these errors were encountered:
On Windows, you don't link against a DLL (dynamic library) directly, but instead link against a counterpart "import library" (.lib).
The linker produces these alongside the DLL when linking a dynamic library. We should make sure the dependency graph is aware of their existence and dependency relationships to other tasks.
The text was updated successfully, but these errors were encountered: