Message-ID: <37614EF3.FFAB934F@pallen.dabsol.co.uk> Date: Fri, 11 Jun 1999 19:01:23 +0100 From: Peter Allen

X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Hello World and File size References: <01beb2e6$f6451fa0$LocalHost AT thendren> <929029897 DOT 18929 AT www DOT remarq DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com The whole idea of having dl is to save space, so putting all the dlls into the programs directory would a) not save any space b) would have all the disadvantages of dlls in the first place. One might as well just statically link everything. Peter Allen Clemens Valens wrote: > > Wouldn't all these DLL problems disappear if applications > kept their DLL's to themselves instead of dumping them into > one big DLL pool? This would also make application removal > much simpler. > > Since this discussion is about DLL's now, I would like to > ask if somebody could point me to an accurate description > of the DLL format. I have a DLL which I would like to > modify a little bit. (Yes, I know that this might be > illegal, etc., etc.). I posed this question in some other > newsgroup but didn't get an answer. > > **** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****