todo.txt
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 19 行
TXT
19 行
Here's what is missing in wrc but doesn't appear to be essential:
- Currently wrc stuffs all resources into a single resource object. IBM's RC
puts PRELOAD and LOADONCALL resources into different objects. We also ignore
the SEGALIGN attribute, while IBM's RC creates a new object for each
SEGALIGNed resource.
- Page compression. IBM's RC supports two types of compression: Iterated
pages and a proprietary LZSS-ish algorithm. The former algorithm is supported
on OS/2 2.0 and later, the latter requires OS/2 Warp. Iterated pages use
trivial RLE compression, but the newer compression algorithm is completely
undocumented. However, lxLite source code ought to provide the necessary
information to anyone who can read Pascal and x86 assembly.
If compression were added to wrc, it would probably make good sense to
also add it to wlink, or perhaps give wrc the ability to compress
non-resource pages.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?