库损坏错误

发布于 2024-10-19 10:27:33 字数 280 浏览 3 评论 0原文

我从一本关于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南街女流氓 2024-10-26 10:27:33

当您开始在书本的指导下进行 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.

仅此而已 2024-10-26 10:27:33

显然文件已损坏。让你的机器再次稳定下来,重点关注硬盘。请在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文