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,546b2e2a44f83809,start X-Google-Attributes: gid103376,public From: cosc19z5@Bayou.UH.EDU (Spasmo) Subject: Gnat For use at Question Date: 1996/07/11 Message-ID: <4s2eb5$qt6@masala.cc.uh.edu>#1/1 X-Deja-AN: 167756230 organization: University of Houston newsgroups: comp.lang.ada Date: 1996-07-11T00:00:00+00:00 List-Id: Hey all. I've recently leeched Gnat305S for DOS, and installed it using ginstall, and I've run into a problem. I'm trying to create an array at an absolute memory location, but I keep on getting some error with "expect System.Address blah blah" whenever I try. Here's what I'm doing: Some_Array : String(1..4000); for Some_Array use at 16#bbbbb#; Well I've tried variations, including trying to declare the address of type System.Address, but then I get a "universal integer" error. I've looked throughout my gnat305 directory tree for docs on this, but to no avail. Would someone please tell me the proper way of doing this? Is System.Address a special type that has fields, or uses some kind of access procedures in the package to initialize? Thanks in advance. -- Spasmo "Here's a present just for you When you open it, you'll be through" "Letter Bomb" by the Circle Jerks