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
I'm trying to build the netifs-cli example using the 32bit MSVC toolchain:
cargo run --target i686-pc-windows-msvc
This results in a linker error:
error LNK2019: Verweis auf nicht aufgel\x94stes externes Symbol "__imp__GetAdaptersAddresses" in Funktion "__ZN6netifs8platform14get_interfaces17hf501d1d8a44b5e38E"
Hi,
I'm trying to build the netifs-cli example using the 32bit MSVC toolchain:
This results in a linker error:
Complete error:
"Iphlpapi.lib" is included as a library as requested by the link attribute and of course it does contain the missing symbol.
I'm clueless. Does anybody have any idea?
The text was updated successfully, but these errors were encountered: