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,4b9c1fb06b190aef,start X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Q: access to subprogram Date: 1996/07/05 Message-ID: <4rjvo0$7gg@news1.delphi.com>#1/1 X-Deja-AN: 163902964 organization: Delphi Internet Services Corporation newsgroups: comp.lang.ada Date: 1996-07-05T00:00:00+00:00 List-Id: So if one is interfacing with a system that uses call-backs, any target of a call-back can only appear in the main procedure if the relevant 'type xxx is access procedure yyy' also appears in the main procedure? So even with a wonderful set of bindings done as library routines to handle all the details, the minimum Windows program requires the user to write a main procedure (which may be trivial) and a separate package that does the work.