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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 14 Aug 2017 13:21:21 -0500 From: Dennis Lee Bieber Newsgroups: comp.lang.ada Subject: Re: New to ada, what is gb? Date: Mon, 14 Aug 2017 14:21:21 -0400 Organization: IISS Elusive Unicorn Message-ID: References: <6853df96-f239-4770-953a-cfdcb2d733fe@googlegroups.com> User-Agent: ForteAgent/8.00.32.1272 X-No-Archive: YES MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 108.68.177.147 X-Trace: sv3-zO0a800W6i2EdH9/VWSMh/DMs+qIiLDCnJiQTuMLkW3R1BHVExMYbd2EOKZFAVR1r+Yqkorgzs8XklY!4j/S5kS1mffDw4Qa8fYC5eDM7Zb7Rc3/T/6vYkEAkOhded5Ae4FvKmqxV83zCK4GNg0pHP86P+hU!SKHn9y4DNsPDmxTQIQ2XZoSocFKM X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2696 Xref: news.eternal-september.org comp.lang.ada:47726 Date: 2017-08-14T14:21:21-04:00 List-Id: On Mon, 14 Aug 2017 08:48:38 -0700 (PDT), Josiah Smith declaimed the following: >I'm new to ada and I can't figure out what gb is. As used here: http://www.sigada.org/locals/dc/200204_Beard_Image_Viewer_Window.Ada >It obviously has something to do with the GUI, but whenever I build, the compiler searches for a gb.ads file. Is gb build into the compiler or do I need to download a library from somewhere? (I'm using GPS 2017) Thanks Going up one level ( http://www.sigada.org/locals/dc/ ) and then down through the 2001-2002 program gives ( http://www.sigada.org/locals/dc/200204.html ) What is not clear (to me) is if the referenced "GUI Builder" was part of ObjectAda itself, or a custom library created by the presenter for use with ObjectAda. {addendum: subsequent Google indicates that the GUI Builder was part of the Professional level of ObjectAda -- see the presentation text at http://www.sigada.org/locals/dc/200204_Frank_Beard_Notes.html ; from a quick glimpse it almost looks like "gb" is the output from the GUI Bulder containing all the code for rendering the application window/widgets as defined graphically } In either event, I would suspect you will have to decide upon a GUI toolkit binding, and then rewrite the application practically from scratch (or somehow recreate the functions of the gb module using your selected toolkit binding and /then/ build the application using your new look-alike module). -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/