英特尔 C++ 是否可以?编译器有资源编译器吗?
如果是的话,编译资源的命令行工具的名称是什么?
或者一个使用示例...
我可以访问 Professional 套件(Linux 和 Windows 环境,但我主要对 Windows 感兴趣),提前致谢。
If so, what's the name of the command line tool to compile resources?
Or an example of use...
I have access to the Professional suite (both Linux and Windows environment but I'm interested mainly in the Windows one), thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
rc.exe 用于编译资源,它应该在可免费下载的 Windows SDK 中提供。
Intel 提供资源编译器没有任何意义,因为资源只是数据。
rc.exe is used to compile resources, and it should be available in the Windows SDK which is free to download.
It doesn't make sense for Intel to provide a resource compiler because resources are just data.
我在这一点上支持迈克尔。资源是它们自己的语言,完全独立于 C++,并且它们有自己的编译器。我不确定为什么英特尔会觉得有必要编写自己的。
并非所有与 VisualStudio 捆绑在一起的东西都是 C++ 的一部分。
Gnu 人员有自己的资源编译器 (WindRes)。我猜原因是他们不喜欢 RC 上的许可证。
I'm backing up Michael on this. Resources are their own language entirely seperate from C++, and they have their own compiler. I'm not sure why Intel would feel the need to write their own.
Not everything that comes bundled with VisualStudio is part of C++.
The Gnu folks have their own resource compiler (WindRes). I'm guessing the reason for that is that they don't like the license on RC.