Xref: news-dnh.mv.net comp.os.msdos.djgpp:2428 Path: news-dnh.mv.net!mv!news.sprintlink.net!simtel!news.kei.com!news.mathworks.com!news.ultranet.com!usenet.eel.ufl.edu!afn24681 From: afn24681 AT afn DOT org (Joseph B. Ottinger) Newsgroups: comp.os.msdos.djgpp Subject: Re: DLL-9402 Date: 5 Oct 1995 10:50:57 GMT Lines: 25 References: Nntp-Posting-Host: freenet4.afn.org To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Leroy Rakoski (lrakoski AT isbe DOT state DOT il DOT us) wrote: : On Thu, 28 Sep 1995, Students of SSU wrote: : > I picked up a file called DLL-9402.ZIP off of FTP.DELORIE.COM (sorry, [snip] : > [snip again] : to work properly... it sure WOULD BE NICE if someone would write a DLL : library type thing for DJGPP - not DXE because DXE lets you only have 1 : fcn and it is very messy and not automatic... something like the : functionalty of Windows DLLs and import libraries... for DJGPP v.2 - i : would do it, but 1) i dont have the time and 2) i dont have all the : background knowledge to do it... Just an idea, but for a DXE couldn't you have the "one function" return pointers to other functions in the DXE? I haven't tried this, so it may be poppycock, but it would seem to me that since the DXE would have to be somewhat static to be loaded in memory... your "one DXE function" could accept parameters and return pointers to other functions... or your DXE return value could be a block of pointers to functions. I'll try it, if I can, and let you know what I find out (if you don't try it yourself first.)