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
Thank you very much for your kind words...
Pelle