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,LOTS_OF_MONEY 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-03 09:56:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!blackbush.xlink.net!blackbush.de.kpnqwest.net!scapa.de.kpnqwest.net!194.121.123.2!193.141.58.45 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 18:52:26 +0100 Organization: KPNQwest Germany GmbH, customer reader site Message-ID: <3be42ed4@194.121.123.2> References: <3be30a84@194.121.123.2> NNTP-Posting-Host: 194.121.123.2 X-Trace: newsreader1.lb-lan.ka.de.kpnqwest.net 1004809952 16643 194.121.123.2 (3 Nov 2001 17:52:32 GMT) X-Complaints-To: "abuse@de.kpnqwest.net" NNTP-Posting-Date: Sat, 3 Nov 2001 17:52:32 +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.45 Xref: archiver1.google.com comp.lang.ada:15743 Date: 2001-11-03T18:52:26+01:00 List-Id: Ok, so if I type in a package spec and body that he has in the text, I need to create a project that uses them, then compile, build and execute the entire thing? I don't need to precompile them? The book indicates that you must compile the specification file, then the body file before you can use them. I'll give it a try and get back - thanks for the help! John "DuckE" wrote in message news:PTTE7.11307$Tb.6601856@news1.sttln1.wa.home.com... > While I haven't used the Special Edition version, I do use OA 7.2 > Professional. > Assuming special edition comes with the IDE, select "File>New Project" from > the menu > and then add your files to the project. Once the project has been created > and sources > have been inserted into the project you can compile, build, run, etc. > > Your sources can be anywhere on the system. I don't know wht athe .iff, > .xrc, and other > files are, but they are used by the compiler and you generally don't have to > deal with > them directly. > > SteveD > > "Axeplyr" wrote in message > news:3be30a84@194.121.123.2... > > 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 > > > > > > > > > >