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
Multiple linker errors about how it could not find SoLoud functions
Steps to reproduce the problem:
Compile SoLoud as a dynamic library using GENie.
SoLoud version, operating system, backend used, any other potentially useful information:
SoLoud version 20200207
Windows 10 21H2
Microsoft VC++ 14.2
Miniaudio and SDL2 backends
Most linker errors go like this: error LNK2019: unresolved external symbol "public: void __cdecl SoLoud::AudioSource::setLooping(bool)" (?s etLooping@AudioSource@SoLoud@@QEAAX_N@Z)
EDIT: Static linking DOES work, however dynamically does not.
The text was updated successfully, but these errors were encountered:
SoLoud being dynamically linked using cmake
Multiple linker errors about how it could not find SoLoud functions
Compile SoLoud as a dynamic library using GENie.
SoLoud version 20200207
Windows 10 21H2
Microsoft VC++ 14.2
Miniaudio and SDL2 backends
Most linker errors go like this:
error LNK2019: unresolved external symbol "public: void __cdecl SoLoud::AudioSource::setLooping(bool)" (?s etLooping@AudioSource@SoLoud@@QEAAX_N@Z)
EDIT: Static linking DOES work, however dynamically does not.
The text was updated successfully, but these errors were encountered: