reo7sp / tgbot-cpp

C++ library for Telegram bot API
http://reo7sp.github.io/tgbot-cpp
MIT License
1.01k stars 245 forks source link

Unresolved externals #287

Open InsaniumDev opened 1 year ago

InsaniumDev commented 1 year ago

Everytime i try to statically compile a program with tgbot (using vcpkg and Visual Studio 2019 v142 tools) i get an error thats just saying TgBot.lib(Api.cpp.obj) : error LNK2001: unresolved external symbol ___std_find_trivial_1@12 Ive done reinstallations and i just cant seem to find the solution.