.o文件和.lib文件有什么区别?

前端之家收集整理的这篇文章主要介绍了.o文件和.lib文件有什么区别?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
.o文件和.lib文件有什么区别?

解决方法

A .LIB file is a collection of .OBJ
files concatenated together with an
index. There should be no difference
in how the linker treats either.

引用自:

What is the difference between .LIB and .OBJ files? (Visual Studio C++)

原文链接:https://www.f2er.com/c/111957.html

猜你在找的C&C++相关文章