C ++ Builder - Lib和Res之间的区别 [英] C++ Builder - Difference between Lib and Res

查看:159
本文介绍了C ++ Builder - Lib和Res之间的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我的理解是正确的:
*类编译成obj文件。
* Libs是obj文件的集合。

If my understanding is correct: * Classes compile into obj files. * Libs are collections of obj files.

.res文件是什么?他们喜欢libs,还是有区别?

What are .res files? Are they like libs, or is there a difference?

推荐答案

.res文件是编译Windows资源C ++源代码)。它们包含位图,图标等。

.res files are compiled Windows resources (just like .obj are compiled C++ source code). They contain bitmaps, icons, etc.

特别地,C ++ Builder IDE将自动维护一个包含应用程序图标和版本信息的.res文件设置在项目 - >选项 - >应用程序和项目 - >选项 - >版本信息。

In particular, the C++Builder IDE will automatically maintain a .res file containing the application icon and version info that you've set up under Project -> Options -> Application and Project -> Options -> Version Info.

这篇关于C ++ Builder - Lib和Res之间的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆