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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a4cc6fdc99d3fe2a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-30 07:35:39 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!isdnet!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: package body functionality Date: Wed, 30 May 2001 10:25:26 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9f2vsp$i3h$1@nh.pace.co.uk> References: <9eoeiv$h8$1@eol.dd.chalmers.se> <9f14b8$r4v$1@nh.pace.co.uk> NNTP-Posting-Host: 136.170.200.133 X-Trace: nh.pace.co.uk 991232729 18545 136.170.200.133 (30 May 2001 14:25:29 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 30 May 2001 14:25:29 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:7882 Date: 2001-05-30T14:25:29+00:00 List-Id: Point taken. It is kind of a matter of how you look at it. I just brought it up because its an example of the importance of looking over the documentation for unusual cases. In 99.44% of the cases, you've got a simple, self contained, program that elaborates when you run it. But there may be cases where the elaboration has more subtle implications. I'll try to hold my head right and look at it with the corner of my eyes next time. It's the only way to see something that has an SEP field surrounding it. :-) MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Ted Dennison" wrote in message news:hR6R6.5195$rn5.257552@www.newsranger.com... > Anyway, I wouldn't really call this an "exception". Its just that in this case > the "program" in question is the DLL itself, not its clients. It works if you > hold your head the right way. :-) >