Belated "Thanks" for the diagnostic output of PoLink.

Started by hutch--, October 19, 2005, 12:26:04 PM

Previous topic - Next topic

hutch--

In one of the tools I have called FDA.EXE which builds an object module from any file, it has been working correctly ever since I released it but wit PoLink it generated a warning on multiple data sections. The latest version displays a different error message which made fixing the problem very easy, I had not set all of the correct flags to the "Characteristics" member of the "IMAGE_SECTION_HEADER" structure so with the addition of the flags "IMAGE_SCN_MEM_READ or IMAGE_SCN_MEM_WRITE" suddenly there is no warning when linking a data object module with PoLink.

Nice tool, thanks as usual and I really like the diagnostics in the error messages.  :U
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

PellesC