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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,74a6cf1cb5482810,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-03 21:21:23 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Beau" Newsgroups: comp.lang.ada Subject: can someone tell me why I am getting this error? Date: Tue, 3 Jul 2001 23:20:59 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9406 Date: 2001-07-03T23:20:59-05:00 List-Id: I was am tryong to figure out why I am getting this error it is saying that it is not recognizing my package that I made. I compiled the spec file and then the body, then I included it in the main program with a WITH statement. anyone know at least a clue how to approach this problem? -- ~Beau~ beau@hiwaay.net