From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: Thu, 06 May 1993 09:54:47 -0400 From: Joe Hildebrand Subject: Re: Motif Bindings Message-ID: <9305061354.AA01022@fuentez.com> List-Id: > Question 1: Are bindings available to build Motif interfaces? Yes. Verdix sells them, and so does ICS. We have used the ones that Verdix sells, but they are buggy (note: we aren't using the latest version, since we don't have SunAda 1.1). With the ones from ICS, you can use their BuilderXcessory, and have it generate Ada code, using their bindings. The Verdix bindings are based on work done by AXI, and ICS's are based on SERC's bindings. These two schema are mutually incompatible, but mostly just in naming conventions. The AXI bindings are supposed to be "thinner", or closer to the original C. The SERC bindings are supposed to be "thinner", or more Ada-like. > Question 2: How are callbacks done without pointer to functions > (assuming that bindings do exist)? In the AXI bindings, you just pass myfunction'address. Xt.AddCallback is expecting a System.address. ---------- Joe Hildebrand hildjj@fuentez.com Software Engineer Fuentez Systems Concepts (703)273-1447 Standard disclaimers apply