Andrej Mitrovic wrote:
One other thing. I'm trying to use a tool called objconv, it allows 
modification of .lib files, e.g. adding aliases to existing symbols. I was 
trying to add aliases to existing symbols and make them have underscores, but 
the tool complains that I can't use OMF file formats that have a 16bit word 
size (It can only export to 32bit+ word size, but it can read lower ones).

I'm not sure if the tool is broken or if D's .lib files really have a 16bit 
word size..? That wouldn't make much sense, I'm not running DOS. :)

The tool can be found here: http://www.agner.org/optimize/#objconv
It was already posted on D NG: 
http://www.digitalmars.com/d/archives/digitalmars/D/announce/objconv_2.03_released_includes_.OBJ_disassembler_14246.html

It's support for D's .obj/.lib files is very limited. The modifications I made to it were enough to let it do asm dumps (which is what I wanted it for), but not enough to perform obj file format conversions.

Reply via email to