星期三, 六月 13, 2007

[蓝森林-自由软件] - 错误: error LNK2019: 无法解析的外部符号 _Netbios@4 - 使用 Google 工具栏进行发送


错误: error LNK2019: 无法解析的外部符号 _Netbios@4

我用vc.net 建立了一个w32项目,里面调用了一个函数Netbios()
生成时总是报错: error LNK2019: 无法解析的外部符号 _Netbios@4
我搞不清住这是怎么回事?
我的头文件包含了
#include <windows.h>;
#include <stdlib.h>;
#include <stdio.h>;
谁能解释一下??

错误: error LNK2019: 无法解析的外部符号 _Netbios@4

库没有连接上。

先从网上查一查Netbios()在哪个库里。
然后在vc的项目设置里面,project->;setting->;link 页 里把库加上就行了。

没有评论: