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,9510c0dbd4bb7043,start X-Google-Attributes: gid103376,public From: Mike Loughridge Subject: Ada and Interrupts in WinNT Date: 1997/01/21 Message-ID: <32E562EE.743C@ladc.lockheed.com>#1/1 X-Deja-AN: 211361225 content-type: text/plain; charset=us-ascii organization: Lockheed Martin M & S, Sunnyvale, CA mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (WinNT; I) Date: 1997-01-21T00:00:00+00:00 List-Id: Basically the problem is related to an interrupt processed by BlueWater's WinRT, which needs to get propogated to Ada Windows application. A DLL is used to link or to export a notify routine to the Ada application. The problem is that the DLL does not share data. To do this, you need to set up a memory mapped file. This does not seem to work. Can anyone help?