Newsgroups: comp.os.msdos.djgpp From: "Sean Keogh" Subject: Re: Compiling Windows dll's with djgpp/gcc Message-ID: Lines: 27 Sender: news AT data-io DOT com (Usenet news) Organization: News Server at Data I/O, Seattle References: <34473DC2 DOT 71C3 AT post1 DOT com> <3447EA2E DOT 44D4 AT cs DOT com> Date: Mon, 20 Oct 1997 23:42:39 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk John M. Aldrich wrote in message <3447EA2E DOT 44D4 AT cs DOT com>... >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!! There is also a Win32 port of some (most?) of the GNU C/C++ development tools to Win32. It's called mingw32, and you can find it at http://agnes.dida.physik.uni-essen.de/~janjaap/mingw32/ It comes with all the Win32 libraries, header files etc, and seems to support all of the VC++ features other than MFC. With this, you CAN compile DLL files (but I'm not sure how, having never done it myself). Sean Keogh - gitboy95 AT hotmail DOT com