From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1bce3f54cf1cba1b X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: GNAT Executables: How low can you go? Date: 1996/04/18 Message-ID: #1/1 X-Deja-AN: 148363545 references: <4kmq7a$egm@fozzie.sun3.iaf.nl> <4l0o3s$hgt@utrhcs.cs.utwente.nl> <31742475.1CFBAE39@escmail.orl.mmc.com> <317688E9.2781E494@escmail.orl.mmc.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-18T00:00:00+00:00 List-Id: T.E.D. says "Actually, I'd bet you are wrong here. I personally HATE getting utilities, only to discover that they won't work because they are missing some RTL. I'd much rather get a stand-alone application, especially when we are talking unix-like utilities which are typically NOT run simultaniously. It really annoys me when I have to fuss with some stupid DLL that is only used by this ONE program I have." I strongly disagree. It is perfectly reasonable to distribute a program as an executable and set of DLL's. Of course the installation procedure in such a case should arrange to handle the installation of the DLL's conveniently. Ted, I really think you underestimtae the performance value of DLL's. For example, it is VERY valuable that EPM uses an underlying DLL.