Mail Archives: djgpp/1995/10/05/13:21:40
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.)
- Raw text -