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,3d4b1fd63b6dc4c5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-02 23:16:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news0.de.colt.net!blackbush.xlink.net!blackbush.de.kpnqwest.net!scapa.de.kpnqwest.net!194.121.123.2!193.141.58.11 From: "Axeplyr" Newsgroups: comp.lang.ada Subject: Re: ObjectAda 7.1 Special Edition - how do I use my own packages? Date: Sat, 3 Nov 2001 08:14:50 +0100 Organization: KPNQwest Germany GmbH, customer reader site Message-ID: <3be39966@194.121.123.2> References: NNTP-Posting-Host: 194.121.123.2 X-Trace: newsreader2.lb-lan.ka.de.kpnqwest.net 1004771690 3590 194.121.123.2 (3 Nov 2001 07:14:50 GMT) X-Complaints-To: "abuse@de.kpnqwest.net" NNTP-Posting-Date: Sat, 3 Nov 2001 07:14:50 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Original-NNTP-Posting-Host: 193.141.58.11 Xref: archiver1.google.com comp.lang.ada:15724 Date: 2001-11-03T08:14:50+01:00 List-Id: I'm not even getting that far - all I'm trying to do is create the package. Compile the body of the package itself. I've created the .spc file and compiled it, and it compiled it with no errors. Then I try to compile the body of the package. But I get an error, because it can't see the specification file. So I anually carried the specification file to the library and I still can't compile the body. Later- John "Beard, Frank" wrote in message news:mailman.1004739607.17546.comp.lang.ada@ada.eu.org... > You didn't say what platform you're running on, > but regardless of the platform, the package body, > and any other file you want to compile, has to > be added to the project. > > So, assuming you're running on Windows, and using > the IDE, select Project/Files, browse to the > directory containing the file, select it, and > click the Add button. Now you will be able to > compile the body. > > I haven't used the command line method in quite > some time, so I don't remember off the top of > my head how to do it. Maybe a command line > expert will chime in. > > Hope this helps. > > Frank > > -----Original Message----- > From: Axeplyr [mailto:john.fluetter@aixtra.de] > Sent: Friday, November 02, 2001 4:05 PM > To: comp.lang.ada@ada.eu.org > Subject: ObjectAda 7.1 Special Edition - how do I use my own packages? > > > Hey, Everybody; > > I'm new to this group and new to ADA. I picked up an ADA book (Problem > Solving and Program Design, Feldman/Koffman). It came with ObjectAda > Special Edition Version 7.1. > > The book runs you through the basics and eventually demonstrates a package > that you must put into the library. I followed the book's explanation and > compiled the .spc file with no problems. Then the .bdy file must be > compiled, but I can't figure out how to compile it! I tried inserting the > .iff, .xrc, and .spc files into the respective libraries, no help. The > documentation with this compiler is weak at best. > > Am I missing something? Is there an easier way? > > Thanks, > > John > > > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada