From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling Windows dll's with djgpp/gcc Date: Fri, 17 Oct 1997 22:43:58 +0000 Organization: Two pounds of chaos and a pinch of salt Lines: 21 Message-ID: <3447EA2E.44D4@cs.com> References: <34473DC2 DOT 71C3 AT post1 DOT com> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp224.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hamish Rose wrote: > > Is this possible? The short answer: No. The long answer: DJGPP is a DOS-native compiler; it cannot inherently produce Windows-native code; therefore it cannot use or create DLLs. However, there exist numerous add-on toolkits that either allow you to produce things similar to DLLs for DJGPP programs, and there is even a toolkit which allows DJGPP to produce Win32-native code. It's called rsxntdj and is available from SimTel mirrors in the same place you got DJGPP. Be sure to read the insructions before using it!! -- --------------------------------------------------------------------- | John M. Aldrich | "It may be better to be a live jackal| | aka Fighteer I | than a dead lion, but it is better | | mailto:fighteer AT cs DOT com | still to be a live lion." | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------