1、在用到该函数的.h文件中加入#pragma comment(lib,"Netapi32.lib")2、在用到该函数的.CPP文件中加入__declspec(dllimport) void Netbios(int);
Netbios这个函数没有定义