News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

POLINK Problem

Started by Randall Hyde, May 17, 2006, 04:05:45 PM

Previous topic - Next topic

Randall Hyde

While testing assembler output from FASM, I've discovered that POLINK doesn't handle 48-bit FAR PTR records. Any chance these will be supported in a future release?  (Not that they're absolutely necessary in flat model 32-bit code, but if an assembler like FASM or MASM can produce object files with this records, it would be nice to link them using POLINK)
Thanks,
Randy Hyde

PellesC

Depends on what the problem is. If it has to do with relocations, I'm not aware of a 48-bit COFF relocation type. It probably depends on how the information is emitted from the translator. Do you have a small snippet, and maybe the FASM version, so I can test correctly?

Pelle

hossein

POLINK also has problem with DEBUG library included in RADASM