库损坏错误
我从一本关于 Visual C++ 的书中编写了一个程序。我使用的是旧版本 6.0,但 Visual c++ 6.0
给了我以下错误
"C:\Program Files\Microsoft Visual Studio\VC98\LIB\libcpd.lib :
fatal error LNK1127: library is corrupt
Error executing link.exe."
任何人都可以解释这一点或提供任何解决方案吗?
I have written a program from a book on visual c++. I am using its older version 6.0 but visual c++ 6.0
gives me the following error
"C:\Program Files\Microsoft Visual Studio\VC98\LIB\libcpd.lib :
fatal error LNK1127: library is corrupt
Error executing link.exe."
Can any one can explain this or offer any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您开始在书本的指导下进行 C++ 编程时,请选择除需要旧编译器之外的任何内容。可以免费下载和使用较新的 Visual Studio Express 版本。
如果采用 VC++ 6.0 方法,您将立即过时。
When you start to program C++ guided by a book, choose anything except something that needs this old compiler. The newer Visual Studio Express versions can be downloaded and use without any cost.
With your VC++ 6.0 approach you would be out-of-date immediately.
显然文件已损坏。让你的机器再次稳定下来,重点关注硬盘。请在 superuser.com 上询问相关问题。然后重新安装VS6。如果这本书提供了在 VS6 上运行的示例代码,那么你真的应该考虑升级这本书。
Clearly the file got corrupted. Get your machine stable again, focus on the hard drive. Ask questions about that at superuser.com. Then reinstall VS6. If the book gives sample code that works on VS6 then you really should consider upgrading the book.