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, MSGID_RANDY 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: Robert Dewar Subject: Re: Function Calls by Address Date: 1999/08/30 Message-ID: <7qf2q2$g6f$1@nnrp1.deja.com>#1/1 X-Deja-AN: 519023093 References: <37CADE68.6AF06F5D@escmail.orl.lmco.com> <37CAEA5C.11A23940@pwfl.com> X-Http-Proxy: 1.0 x33.deja.com:80 (Squid/1.1.22) for client 32.101.128.216 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon Aug 30 23:06:50 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-08-30T00:00:00+00:00 List-Id: In article <37CAEA5C.11A23940@pwfl.com>, e108678@pwflcom wrote: > 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? > > If I understand what you are trying to do OOPS, you don't understand :-) :-) You missed the all important digits 83 in the above message! Indeed in Ada 95 it is straightforward, nothing messy about it (despite your concern), but in Ada 83, there is no solution. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.