Message-ID: <3625A30B.50AA269@mailexcite.com> Date: Thu, 15 Oct 1998 03:23:56 -0400 From: Doug Gale X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and SDK ???? References: <361d2f2b DOT 0 AT news DOT arrakis DOT es> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: oshawappp19.idirect.com Organization: "Usenet User" Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Victor Valdes Marquez wrote: > Can I make Windows's applications with DGPP and SDK without RSXNT, in C++? No. The format of a Win32 executable is very different from the format built by djgpp. I am working on a program that fits your description (except the C++ part, so far) that is sort of an equivalent of stubify. It's sort of a free RSXNTDJ, without the fancy standard library, and DOS/Win32 portability. > In other words, Is the SDK package operative with DJGPP without > modifications? > What are the things that I need ? > > Thank you. No, the headers supplied in the win32 sdk won't work with gcc. gcc complains about the order of a couple of declarations. I have a patch for the headers makes them work with gcc that I'd be willing to give you though.