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
You will later then be able to still use Visual Studio 2022 by changing the Platform Toolset:
It's more likely a different problem, because I have solved mine. I share my solution here, in case it helps some one.
I build my program with cmake and compile with Visual Studio 2019. It's important to add -DCMAKE_WINDOWS_EXPORT_ALL_SYSBOLS=true to cmake parameters when building, which means all symbols of libtins will be exported to tins.dll, and that solves my problem( I had inspected my tins.dll and cannot find definition of Tins::Internals::increment(IPv4Address &), this my situation)
The example code unfortunately can't be compiled with Visual Studio 2022:
Errors
The text was updated successfully, but these errors were encountered: