首页
社区
课程
招聘
[求助]WIN32汇编程序设计中如何将RC文件编绎成OBJ和RES文件的啊?
发表于: 2006-3-4 10:45 7647

[求助]WIN32汇编程序设计中如何将RC文件编绎成OBJ和RES文件的啊?

2006-3-4 10:45
7647
收藏
免费 7
支持
分享
最新回复 (4)
雪    币: 217
活跃值: (99)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
C:\>RC.EXE

Microsoft (R) Windows (R) Resource Compiler Version 5.2.3787.0

Copyright (C) Microsoft Corporation.  All rights reserved.

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)

   /y    Don't warn if there are duplicate control ID's

   /n    Append null's to all strings in the string tables.

Flags may be either upper or lower case
2006-3-4 12:06
0
雪    币: 291
活跃值: (213)
能力值: ( LV12,RANK:210 )
在线值:
发帖
回帖
粉丝
3
cvres可以把Res文件转换成obj文件
2006-3-4 12:10
0
雪    币: 200
活跃值: (55)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
最初由 dwing 发布
C:\>RC.EXE

Microsoft (R) Windows (R) Resource Compiler Version 5.2.3787.0

Copyright (C) Microsoft Corporation. All rights reserved.
........


可以翻译成中文吗?
2006-3-7 12:02
0
雪    币: 204
活跃值: (54)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
是啊,翻译成中文不好吗?
2006-3-7 23:03
0
游客
登录 | 注册 方可回帖
返回
//