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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b11d18bd955d946,start X-Google-Attributes: gid103376,public X-Google-Thread: 11035d,7b11d18bd955d946,start X-Google-Attributes: gid11035d,public X-Google-Thread: 10b6ac,7b11d18bd955d946,start X-Google-Attributes: gid10b6ac,public X-Google-ArrivalTime: 2002-01-30 09:54:41 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: g.l.clark@lmco.com (George) Newsgroups: comp.lang.ada,comp.unix.solaris,comp.windows.x.motif Subject: Porting Ada / Motif code from VMS to Solaris Date: 30 Jan 2002 09:54:39 -0800 Organization: http://groups.google.com/ Message-ID: <48581c38.0201300954.39daed48@posting.google.com> NNTP-Posting-Host: 192.31.106.34 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012413280 31303 127.0.0.1 (30 Jan 2002 17:54:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 30 Jan 2002 17:54:40 GMT Xref: archiver1.google.com comp.lang.ada:19388 comp.unix.solaris:87116 comp.windows.x.motif:2434 Date: 2002-01-30T17:54:40+00:00 List-Id: Greetings, I'm attempting what I hope will be a fairly straight forward project. We are migrating some tools from an older VAX platform to Solaris. The tool depens heavily on a GUI developed using Motif and its UIL. One option is to rewrite the interface in something like GtkAda and attempt to connect the new interface to the original base code. This approach would be the most intensive. The other approach would be to find replacement libraries (Motif, X) so that the majority of the code can be recompiled. (cheap or free if possible) I would like advice/input on if it is possible to find the correct libraries for Solaris or weather I should set out on rebuilding the interface. Any input would be appreciated. Thanks, George Clark