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.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88e7ef9008757431 X-Google-Attributes: gid103376,public From: Francois Godme Subject: Re: Function Calls by Address Date: 1999/09/02 Message-ID: <37CEEFFA.7D73F78D@magic.fr>#1/1 X-Deja-AN: 520373486 Content-Transfer-Encoding: 7bit References: <37CADE68.6AF06F5D@escmail.orl.lmco.com> X-Client: Magic On Line [unknown@ppp-176.net2.magic.fr] X-Accept-Language: fr Content-Type: text/plain; charset=us-ascii Organization: very little Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-09-02T00:00:00+00:00 List-Id: Craig Jameson wrote: > Does any one know how to make dynamic function calls in Ada83. > I am writing an application using AIX Motif bindings and I > need to create a dynamic list of functions to be called when > a particular X event is dispatched. Any ideas on how to > create and use such a list? > > Thanks, > Craig Jameson > > -- > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Craig Jameson LOCKHEED MARTIN CORPORATION > Senior Software Engineer Mail Point 823 Cube 754 > Phone : (407)306-3209 12506 Lake Underhill Dr > FAX : (407)306-6973 Orlando FL 32825-5002 > mailto:craigj@escmail.orl.lmco.com > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Loop around a small C language stub that calls a function passed from Ada. Easy, next one :) Francois Godme