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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.19.231 with SMTP id 100mr3054395iot.46.1488640512074; Sat, 04 Mar 2017 07:15:12 -0800 (PST) X-Received: by 10.157.11.143 with SMTP id 15mr785789oth.11.1488640512030; Sat, 04 Mar 2017 07:15:12 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!68no1572659itg.0!news-out.google.com!15ni4466itm.0!nntp.google.com!68no1578037itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 4 Mar 2017 07:15:11 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.1.158.44; posting-account=b0GbAwoAAABU2b-bFrG729pG1wqiQ19f NNTP-Posting-Host: 68.1.158.44 References: <202fe398-a448-4beb-93ad-f93c6be1fea4@googlegroups.com> <2b543650-4b03-4667-873e-856b999abd4d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <135155b0-8872-411f-b115-d18a9992f086@googlegroups.com> Subject: Re: Interface Units for Standalone Libraries and units with'ed by the body From: Scott Loyd Injection-Date: Sat, 04 Mar 2017 15:15:12 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:33464 Date: 2017-03-04T07:15:11-08:00 List-Id: > BTW Library_Auto_Init, if "true" it will deadlock under Windows if you > use tasking and some other standard Ada means in your program. That's good to know. Will probably save me a headache down the road. > I get this if I make GameUpdateAndRender inline. Hmmm, this could be the culprit. I have a number of inlines that are only defined in the body (with no spec declaration), but GameUpdateAndRender is not one of them. At this point it is just a mild inconvenience but still an odd problem.