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=0.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,56a29380a99bf0cc,start X-Google-Attributes: gid103376,public From: "Darrin" Subject: package scope Date: 1996/06/18 Message-ID: <01bb5da3.995bc000$33668acd@iris.gomontana.com>#1/1 X-Deja-AN: 160967030 organization: Chronicle Online newsgroups: comp.lang.ada Date: 1996-06-18T00:00:00+00:00 List-Id: Can any of you help on this one? I have a generic package for link lists and a package for reading and displaying a group of records from a text file. What I have done is instantiate the linked list in my record package and then USE'd the record package in my main procedure. Problem is, the main procedure won't recognize a variable of a type declared in the generic package without using the dot notation. This seems to be a redundant necessity, since I am USE'ing the pakage. Thanks for any and all help. Darrin