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.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!lll-winken!ncis.tis.llnl.gov!blackbird!news From: news@blackbird.afit.af.mil (News System Account) Newsgroups: comp.lang.ada Subject: Ada and X Window System Keywords: X Window System, Xlib, pragma interface Message-ID: <1622@blackbird.afit.af.mil> Date: 11 Jun 90 19:27:12 GMT Reply-To: jtevis@galaxy.afit.af.mil.UUCP (Jay-evan J. Tevis II) Organization: Air Force Institute of Technology; WPAFB, OH List-Id: I am doing research work which involves writing a graphics program in Ada that uses Xlib from the X Window System. To access the X library (which is a C library by the way) I am using the pragma interface directive. The machine I am using is a Sun-3 with the Verdix Ada compiler. I would appreciate hearing about any related work someone is doing or any advice (good or bad) on using Ada with the X Window System.