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 enabling the ASIO option in the CMake configuration for Windows 64-bit (W64) with Visual Studio 2022, multiple linker errors occur during compilation. I have not tested other build targets, but it seems to be a general issue with the ASIO code.
When enabling the ASIO option in the CMake configuration for Windows 64-bit (W64) with Visual Studio 2022, multiple linker errors occur during compilation. I have not tested other build targets, but it seems to be a general issue with the ASIO code.
Severity Code Description Project File Line Suppression State Details Error LNK2019 unresolved external symbol "long __cdecl ASIOInit(struct ASIODriverInfo *)" (?ASIOInit@@YAJPEAUASIODriverInfo@@@Z) referenced in function "private: bool __cdecl RtApiAsio::probeDeviceInfo(struct RtAudio::DeviceInfo &)" (?probeDeviceInfo@RtApiAsio@@AEAA_NAEAUDeviceInfo@RtAudio@@@Z) threebees build\projects\examples\stk.lib(RtAudio.obj) 1
https://learn.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-error-lnk2019?view=msvc-170&f1url=%3FappId%3DDev17IDEF1%26l%3DEN-US%26k%3Dk(LNK2019)%26rd%3Dtrue
The text was updated successfully, but these errors were encountered: