资源文件不能编译为exe
资源文件 rc后缀的 可以编译为res后缀的 用的工具是rc.exe 这个VC里面有
Usage:
rc [options] .RC input file
Switches:
/r
Emit .RES file (optional)
/v
Verbose (print progress messages)
/d
Define a symbol
/u
Undefine a symbol
/fo
Rename .RES file
/l
Default language ID in hex
/i
Add a path for INCLUDE searches
/x
Ignore INCLUDE environment variable
/c
Define a code page used by NLS conversion
/w
Warn on Invalid codepage in .rc (default is an error)
/n
Append null's to all strings in the string tables.
Flags may be either upper or lower case