From: "Keith McCormick" Newsgroups: comp.os.msdos.djgpp Subject: MSSDK headers question??? Date: 14 Jul 1999 10:12:48 GMT Organization: SpiritOne Internet 503-240-8200 Lines: 27 Message-ID: <931947167.924774@ridge.spiritone.com> NNTP-Posting-Host: ridge.spiritone.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Trace-ISP: 931947167 5177 208.130.243.144 hf5o/F37:xqz98 X-Complaints-To-ISP: abuse at spiritone dot com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I was able to find the IBLDENV.EXE file at http://www.microsoft.com/msdownload/platformsdk/bldenv.htm I have also found some newer patches to this SDK. http://people.montana.com/~bowman/Software/rsxntdj.htm and http://webhome.idirect.com/~eschunk/mssdk/rsxpatch.zip The second one is a larger file (seems to patch more of the headers from the SDK). A question I have is: Are the headers that are in the %RSXNTDJ%\include\win32 directory still needed? Does the patch add the needed content from the Win32 headers to the SDK headers or will doing an include statement include both headers of the same name? Also do I need the SDK libraries as well? If so, do I need to rename them to the GNU library format ( libxxxxx.a )? The OBJDUMP program states that they are in the COFF- go32 format. This is a compatible format is it not? Thirdly, how much of the SDK do I actually need for creating Win32 progrmas and DirectX/OpenGL programs? KeithM