Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASIO unresolved external symbol #148

Open
lagulum opened this issue Jan 29, 2025 · 0 comments
Open

ASIO unresolved external symbol #148

lagulum opened this issue Jan 29, 2025 · 0 comments

Comments

@lagulum
Copy link

lagulum commented Jan 29, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant