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,b621ee88fe295b66,start X-Google-Attributes: gid103376,public From: Louis-Dominique Dubeau Subject: dynamic loading and Ada95 Date: 1997/10/27 Message-ID: <87iuujxeb1.fsf@laplace.casi.polymtl.ca>#1/1 X-Deja-AN: 286083879 Sender: ldd@laplace.casi.polymtl.ca Organization: Ecole Polytechnique de Montreal Newsgroups: comp.lang.ada Date: 1997-10-27T00:00:00+00:00 List-Id: Hello, I'm looking for implementations of dynamic loading for Ada95. I made an implementation of dynamic loading for Modula-3 and wish to compare. The problematic in both cases should be similar in at least two points: - how to integrate package information after a dynamic load - how to integrate tagged type information after a dynamic load and update the tagged types tree Thanks, ldd