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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,407c890f49bff7e2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-24 00:38:18 PST From: Dale Stanbrough Newsgroups: comp.lang.ada Subject: Re: A little help on Generics. Organization: RMIT References: User-Agent: MT-NewsWatcher/3.2 (PPC Mac OS X) Date: Mon, 24 Jun 2002 17:34:56 +1000 Message-ID: NNTP-Posting-Host: dale2.cs.rmit.edu.au X-Trace: itsawnews.its.rmit.edu.au 1024904240 dale2.cs.rmit.edu.au (24 Jun 2002 17:37:20 +1000) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news1.optus.net.au!optus!newshub1.rdc1.nsw.optushome.com.au!harbinger.cc.monash.edu.au!vrn.edu.au!131.170.8.40.MISMATCH!itsawnews.its.rmit.edu.au!dale Xref: archiver1.google.com comp.lang.ada:26640 Date: 2002-06-24T17:34:56+10:00 List-Id: Caffeine Junky wrote: > So far I've got Accesses and arrays and stuff figured out. I've kinda got > the package system figured out. But I'm having trouble figuring out how > to use Generics. More specifically, I know how to create a generic > package(at least the compiler doesnt give me any errors when making an > object file). > I just dont know the proper way to instantiate it. > > Heres a package spec and a test file that you guys can peak at and > hopefully give me some hints as to what I'm doing wrong. It would help if you described what was wrong. dale