From: "Ilya P. Ryzhenkov" Newsgroups: comp.os.msdos.djgpp Subject: Re: dll with DJGPP Date: Thu, 31 Oct 1996 21:13:47 -0800 Organization: Institute of Semiconductor Physics Lines: 21 Distribution: world Message-ID: <3279870B.32F5@spy.isp.nsc.ru> References: <3277D8D5 DOT 3AD5 AT worldnet DOT net> Reply-To: ilya AT spy DOT isp DOT nsc DOT ru NNTP-Posting-Host: arab.isp.nsc.ru 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 atn wrote: > > I wonder whether it is possible to write dynamic linked libraries (dll) > with DJGPP. If so, just give me hints. There are some attempts on implementation of DLL for djgpp. There are at least one working lib created by Malcom Taylor and DJ Delorie. However it is just a template, a base from which you can start developing your own one. At present, there is a project of developing a DLM (Dynamic Link Modules) library. Information can be found at http://spy.isp.nsc.ru/djgpp/dlm.htm and the history of the project (and information about various DLL libs) is at http://spy.isp.nsc.ru/djgpp/dlmhist.htm If you still want to develop another one - focus on studiing COFF structures, symbol manipulations and run-time fixup. -- Sincerely yours, Ilya ----------------------------------------------------------------------------- mailto://ilya AT spy DOT isp DOT nsc DOT ru http://spy.isp.nsc.ru