How to get mac address from specical IP?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I would like to get mac address from specical IP and use SendArp() of MSDN sample on my program(VC++.net). It work on WinXp(SP2) but doen't work on Win2K(SP4). It show error message "The procedure entry point freeaddrinfo could not be located in the dynamic library WS2_32.dll" , when I want to run on win2K Do I neglect or need to note any key point ? Please provide any suggestion , Thanks a lot~