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,2045dce6c7815bab X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: access types and dispatching subprograms Date: 1996/06/23 Message-ID: #1/1 X-Deja-AN: 162352594 references: <4qjqre$44lo@news-s01.ny.us.ibm.net> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-23T00:00:00+00:00 List-Id: Klaus asked about dispatching. First, I am suspicious of the sources you sent, since the package body of t ends with end x; which obviously could not compile second, you have undefined references to Put After these fixes, I get "invalid parameter list in call", which certainly seems a correct diagnostic to me, since you have no procedure matching the parameters that you gave.