This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Format lib OMF-166

Hi!
I paid attention to the new update of compiler for С166. OMF-166 library file format (*.lib) has been changed. Where could I find materials about this new format? Or with whom could the new

Parents
  • There are a number of proprietary record types in all object module formats. They "secret" records contain dependency information, source browser details, and so on. This information is not available to the general public.

    The record length and a checksum are encoded into each record so you can safely verify that a record is valid and you can skip over the ones you don't know how to interpret.

    Jon

Reply
  • There are a number of proprietary record types in all object module formats. They "secret" records contain dependency information, source browser details, and so on. This information is not available to the general public.

    The record length and a checksum are encoded into each record so you can safely verify that a record is valid and you can skip over the ones you don't know how to interpret.

    Jon

Children
No data