Closed
Description
opened on Aug 26, 2020
Describe the bug
Link slikenet to a program results in a failure.
Environment
- OS: Windows 10
- Compiler: Visual Studio 2019
To Reproduce
Steps to reproduce the behavior:
- ./vcpkg install slikenet
#include "slikenet/peer.h"
- build
Expected behavior
Successfully linkage.
Failure logs
error LNK2019: unresolved external symbol "public: __thiscall SLNet::BPSTracker::TimeAndValue2::~TimeAndValue2(void)" (??1TimeAndValue2@BPSTracker@SLNet@@QAE@XZ) referenced in function "public: void * __thiscall SLNet::BPSTracker::TimeAndValue2::`vector deleting destructor'(unsigned int)" (??_ETimeAndValue2@BPSTracker@SLNet@@QAEPAXI@Z)
Activity