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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 14:20:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "Beard, Frank" Newsgroups: comp.lang.ada Subject: RE: ObjectAda 7.1 Special Edition - how do I use my own packages? Date: Fri, 2 Nov 2001 17:18:43 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 1004739607 44643 137.194.161.2 (2 Nov 2001 22:20:07 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 2 Nov 2001 22:20:07 +0000 (UTC) To: "'comp.lang.ada@ada.eu.org'" Return-Path: X-Mailer: Internet Mail Service (5.5.2448.0) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:15706 Date: 2001-11-02T17:18:43-05:00 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