Just what the title indicates:
How can I get the MAC address of the computer where the program runs on with Visual C++ ?
I got:
getManagerHostMAC.obj : error LNK2019: unresolved external symbol _GetAdaptersInfo@8
with the function provided by: Getting Machine's MAC Address -- Good Solution?