Xref: news-dnh.mv.net comp.os.msdos.djgpp:1099 Path: news-dnh.mv.net!mv!news.NH.Destek.Net!news2.net99.net!uunet!in1.uu.net!news1.digital.com!decwrl!waikato!comp.vuw.ac.nz!tao.sans.vuw.ac.nz!empty From: empty AT sans DOT vuw DOT ac DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows programming in Gnu C/C++ Date: 20 Jul 1995 22:04:10 GMT Organization: SANS, Student Access Network System Lines: 16 References: Nntp-Posting-Host: tao.sans.vuw.ac.nz To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp A.Appleyard (A DOT APPLEYARD AT fs2 DOT mt DOT umist DOT ac DOT uk) wrote: : In full, `Undocumented Windows' by Andrew Schulman & David Maxey & Matt : Pietrek, ISBN 0-201-60834-0, 3rd printing Dec 1993, publ by Addison-Wesley : Publishing Company. 715 numbered pages. It looks useful. It includes a 3.5 : inch floppy full of pkzipped software. The file READ.ME on the floppy contains : some late corrigenda to the book. Does this cover Win32 and Win32s? This is the info that you really need to create a windows library for djgpp. Oh, I just found out the other day that the PE format (used by Win32) is actually based on the COFF format, so it souldn't be too hard to convert a COFF to a PE for windows. If anyone has full information on the PE format (basicly the header info), the COFF format can be easily found (I think) and a converter written. Malcolm