Message-ID: <362C2BA7.995DB755@mailexcite.com> Date: Tue, 20 Oct 1998 02:20:24 -0400 From: Doug Gale X-Mailer: Mozilla 4.05 [en] (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: How can I make win32 APPS with DJGPP & Platform SDK References: <70fm2o$hgj$1 AT news DOT kornet DOT nm DOT kr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: oshawappp5.idirect.com Organization: "Usenet User" Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sang-won Shin wrote: > I have received platformSDK provided by Micro $oft. > > Please help me, how to make Win32 apps. with DJGPP & SDK without using > RSXNTDJ I am working on a project that does just that. A win32 "back-end" for DJGPP that produces win32 executables. So far, I have completed imports, a minimal wrapper library for crtdll.dll, a special linker script, a modified specs file, and am working the bugs out of encoding the res file into the executable. No support for exports or relocation info, (therefore, no support for building DLL's) yet. Why don't you want to use RSXNTDJ? Is the program you are making going to be sold commercially?