The MASM Forum Archive 2004 to 2012

Specialised Projects => Compiler Based Assembler => Pelle's C compiler and tools => Topic started by: hutch-- on October 19, 2005, 12:26:04 PM

Title: Belated "Thanks" for the diagnostic output of PoLink.
Post by: hutch-- on October 19, 2005, 12:26:04 PM
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
Title: Re: Belated "Thanks" for the diagnostic output of PoLink.
Post by: PellesC on October 19, 2005, 08:58:01 PM
Thank you very much for your kind words...

Pelle