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 X-Google-Thread: 103376,f48da8b15007eae1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-06 08:37:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!nntpserver.swip.net!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn?= Lundin Subject: Re: Waiting for callbacks from dll on Win32 Newsgroups: comp.lang.ada References: <3DC806C0.8080307@cogeco.ca> <3DC80EEA.9090807@cogeco.ca> User-Agent: KNode/0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit Message-ID: <5zby9.538$0d2.1560@nntpserver.swip.net> NNTP-Posting-Host: 213.101.76.114 X-Complaints-To: news-abuse@swip.net X-Trace: nntpserver.swip.net 1036600641 213.101.76.114 (Wed, 06 Nov 2002 17:37:21 MET DST) NNTP-Posting-Date: Wed, 06 Nov 2002 17:37:21 MET DST Organization: A Customer of Tele2 X-Sender: x-367446@d213-101-76-114.swipnet.se Date: Wed, 06 Nov 2002 17:39:19 +0100 Xref: archiver1.google.com comp.lang.ada:30466 Date: 2002-11-06T17:39:19+01:00 List-Id: Pascal Obry wrote: > > "Warren W. Gay VE3WWG" writes: > >> I have not had personal experience with this yet, but I have >> read somewhere that DLL tasks run in their own "environment" >> different from the calling "environment". Ie. if your DLL >> is an Ada95 DLL, its tasks are separately managed from the >> calling Ada95 application. >> >> If it is not an Ada95 DLL, you can probably ignore this. However, >> if that DLL creates windows threads, you may have some threading >> issues. I am not really qualified to expand on this further, >> since I live mainly in the UNIX world. I would do a Google >> search on "DLL threads tasks" etc. > > This is not quite right... but of course there is a complete section about > Ada DLL with GNAT and possible restrictions on the super secret document > named, by some very twisted people, the GNAT User's Guide :) > > Pascal. > Thank you, but everyone is not using GNAT, so it's a secret if you use Object Ada... But it seems to be something worth reading :) /Bj�rn