From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 29 Apr 2001 18:39:54 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: ANNOUNCE: Fileutils 4.0 beta 2 Message-ID: <3AEC5FFA.28186.89846D@localhost> In-reply-to: <200104281637.MAA00772@envy.delorie.com> References: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > though. In theory, Win32 PE programs have a similarly variable sized > header, so you could look at the PE support to see how it deals with > it. The PE code can read variable sized headers, but doesn't write them. I have no idea yet how to do the variable header writing. Or at least do it without providing a DJGPP version of certain critical output functions. Mark