While I was building a program in Visual C++ using Local network monitor API, but these errors are found.
main.obj : error LNK2001: unresolved external symbol "char const * __cdecl GetProtocolName(enum _PROTOCOL)" (?GetProtocolName@@YAPBDW4_PROTOCOL@@@Z)
main.obj : error LNK2001: unresolved external symbol "char const * __cdecl TdiGetStatusName(long)" (?TdiGetStatusName@@YAPBDJ@Z)
main.obj : error LNK2001: unresolved external symbol "char const * __cdecl GetEventTypeName(enum _TDI_EVENT_TYPE)" (?GetEventTypeName@@YAPBDW4_TDI_EVENT_TYPE@@@Z)
Debug/main.exe : fatal error LNK1120: 3 unresolved externals
I tried to build the example “monitor” that I got with the API and I’m having this problem. Please tell me a solution to this problem.
Thanks in advance