opsdan
New Member
- Joined
- May 7, 2010
- Messages
- 16
- Solutions
- 1
- Reaction score
- 0
I'm trying to compile otclientv8 from OTAcademy (GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)) using Visual Studio 2022 and Boost 1.62.0, but I've been stuck with these errors for a few days now:

I've already tried pointing Linker > General > Additional Library Directories to every possible folder containing .lib files, but no success. I even deleted the entire vcpkg/boost installation and reinstalled everything again, but still no luck.
What could be causing this? Thanks in advance.

Severity Code Description Project File Line Suppression State Details
Error LNK2001 unresolved external symbol __std_search_1 otclient C:\vcpkg\otclientv8-master\vc17\OpenAL32.lib(context.cpp.obj) 1
Severity Code Description Project File Line Suppression State Details
Error LNK2001 unresolved external symbol __std_remove_8 otclient C:\vcpkg\otclientv8-master\vc17\OpenAL32.lib(auxeffectslot.cpp.obj) 1
Severity Code Description Project File Line Suppression State Details
Error LNK2001 unresolved external symbol __std_remove_1 otclient C:\vcpkg\otclientv8-master\vc17\OpenAL32.lib(cpu_caps.cpp.obj) 1
I've already tried pointing Linker > General > Additional Library Directories to every possible folder containing .lib files, but no success. I even deleted the entire vcpkg/boost installation and reinstalled everything again, but still no luck.
What could be causing this? Thanks in advance.