简体   繁体   English

资源(.rc)文件中使用的语言?

[英]Language used in resource (.rc) files?

I'm learning win32 programming this days (c++),I'm wondering what programming language is used in resource(.rc) files? 我现在正在学习win32编程(c ++),我想知道在资源(.rc)文件中使用了什么编程语言? and where can I find a complete reference to this language? 我在哪里可以找到这种语言的完整参考?

它是“Windows资源脚本”,这里有一个参考: 资源定义语句

Resource ( .rc ) files are not written in a programming language per se (you can't write loops or conditionals, for example). 资源( .rc )文件本身不是用编程语言编写的(例如,您不能编写循环或条件)。 However, the .rc file format is thoroughly documented by Microsoft at About Resource Files . 但是,Microsoft在“ 关于资源文件”中详细记录了.rc文件格式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM