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,491f04bc76bcfb52 X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: Access types Date: 1998/05/30 Message-ID: #1/1 X-Deja-AN: 358266280 References: <6khbm1$ec1$1@nnrp1.dejanews.com> <6kmna3$aal$1@nnrp1.dejanews.com> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1998-05-30T00:00:00+00:00 List-Id: jsanchor@my-dejanews.com wrote: : Now my problem is: I want RAM'access to be the same type as Memory_Ptr because : of the nature of my program. But I just can't do it. : I tried casting it, like this : Ptr_to_memory : Memory_Ptr; : Ptr_to_memory : Memory_Ptr(access_to_ram); it compiled, but does not run. : Gives me a run time error....PROGRAM_ERROR. Sounds like Ptr_to_memory isn't actually pointing to something. BTW I guess there is some specific reason why you are using type extension instead of subtypes ? -- -- Jerry van Dijk | email: jdijk@acm.org -- Leiden, Holland | member Team-Ada