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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a30a877db63b60c0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!transit.nntp.hccnet.nl!border2.nntp.ams.giganews.com!nntp.giganews.com!news.cambrium.nl!skynet.be!newspost001!tjb!not-for-mail Date: Tue, 23 Nov 2004 22:31:57 +0100 From: Adrien Plisson Reply-To: aplisson-news@stochastique.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: fr-be, fr, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Hello World 217Kb ? References: <41a377ea$0$25071$ba620e4c@news.skynet.be> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <41a3abd4$0$30691$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 0d520f71.news.skynet.be X-Trace: 1101245396 news.skynet.be 30691 80.200.104.137:10186 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:6397 Date: 2004-11-23T22:31:57+01:00 List-Id: stephane richard wrote: > yes, it's in windows. There was no project however...just the adb file and > I compiled it....what settings do you have? i don't really know, i compiled it using GPS. i asked to remove debug informations and to strip executable. also, i asked for a static runtime, which lead to a 67kB large file. i suspect it would be less with a shared runtime. btw, it's very strange that the executable still needs "msvcrt.dll" which is the SHARED c runtime of microsoft. for comparison, i did the same thing in C++ using Visual Studio and STL. the executable is 60kB large, but only needs kernel32.dll and NO C runtime dll. maybe someone with more experience with GNAT can explain why the C runtime is still needed. -- rien