编程论坛
注册
登录
编程论坛
→
VC++/MFC
fatal error LNK1104: cannot open file "Estimator.lib"??
lazaty
发布于 2011-04-26 15:46, 357 次点击
编译时出现LINK : fatal error LNK1104: cannot open file "Estimator.lib"
Error executing link.exe.
找了很久也不知道问题在哪里~~~
求高手解答~~~
2 回复
#2
玩出来的代码
2011-04-26 20:40
缺少链接库啊,去找Estimator.lib
#3
lazaty
2011-04-27 09:31
回复 2楼 玩出来的代码
这个我也知道,但是要如何改呢?
在project=>setting=>link=>object/library modules里面是有Estimator.lib的~~
1