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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,21546edd0312e9ec X-Google-Attributes: gid103376,public From: Brett Kettering Subject: Re: Ada and Motif libraries Date: 1998/02/13 Message-ID: <34E47247.3B7F8789@llnl.gov>#1/1 X-Deja-AN: 324789939 Content-Transfer-Encoding: 7bit References: <34E2D398.C4652B5B@hotmail.com> X-Priority: 3 (Normal) Mime-Version: 1.0 Reply-To: brettk@llnl.gov To: Trawa Content-Type: text/plain; charset=us-ascii Organization: LLNL Newsgroups: comp.lang.ada Date: 1998-02-13T00:00:00+00:00 List-Id: Trawa wrote: > I'm Beginner in programming with Ada. Does Anybody know how can I use > (read: import) Motif libraries to my Ada code. I'm working in VAX VMS > environment. It's been a couple of years since I worked in this environment, but I'll give it a shot from what I remember. We used DEC's ACS (Ada Compilation System). The X and Motif libraries were made available by putting a specification and entering the shared libraries as foreign bodies into ADA$PREDEFINED. I don't think you can create a library that is not a child of ADA$PREDEFINED in ACS, so you just have to with the packages you want and then do the ACS LINK and you get the X and Motif libraries included like that. Brett -- Views and opinions expressed are mine and not those of Lawrence Livermore National Laboratory. Personal E-mail : brett_kettering@hotmail.com