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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c7be346cfa17c37 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Ada/Motif problem... Date: 1996/08/27 Message-ID: <1996Aug27.144552.1@eisner>#1/1 X-Deja-AN: 176819726 x-nntp-posting-host: eisner.decus.org references: <4vupg6$ljf@goanna.cs.rmit.edu.au> x-nntp-posting-user: KILGALLEN x-trace: 841171556/22876 organization: LJK Software newsgroups: comp.lang.ada Date: 1996-08-27T00:00:00+00:00 List-Id: In article <4vupg6$ljf@goanna.cs.rmit.edu.au>, Dale Stanbrough writes: Understanding that you have asked us how to lie to an Ada compiler... > Any inspiration on how to pass Ada strings as callback data in Motif? Depending on compiler specifics, you may be able to get away with an access to a single character (the first in the string). Larry Kilgallen