Path: utzoo!attcan!uunet!cs.utexas.edu!rutgers!uwvax!tank!eecae!cps3xx!usenet From: usenet@cps3xx.UUCP (Usenet file owner) Newsgroups: comp.sys.amiga.tech Subject: Re: Standard File Requesters Message-ID: <2957@cps3xx.UUCP> Date: 12 May 89 15:31:02 GMT References: <0914.AA0914@amigash> <941@sactoh0.UUCP> <11583@well.UUCP> <1051@quintus.UUCP> <15219@louie.udel.EDU> Reply-To: porkka@frith.UUCP (Joe Porkka) Followup-To: comp.sys.amiga.tech Distribution: na Organization: Michigan State University Lines: 16 In article <15219@louie.udel.EDU> new@udel.EDU (Darren New) writes: >In article <1051@quintus.UUCP> pds@quintus.UUCP (Peter Schachte) writes: >Alternately, have everything in the library (or most everything) be a stub >that LoadSeg's another file and patches the stub. (Do I hear an echo? :-) Instead of LoadSeg directly, how about "IntuitionTools.library" which has a bunch of standard functions. Each function when called, does an additional OpenLibrary("functionname.library",x), and then Calls it and Closes Library. This eliminates SetFunction kludges, and is much simpler. That sounds like a lot of overhead, but for things like file requesters, things are slow anyways. This is an example of a short .signature jap@frith.cl.msu.edu