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.8 required=5.0 tests=BAYES_00,INVALID_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38d1fe109cd56c87 X-Google-Attributes: gid103376,public From: pontius@btv.MBI.com.invalid (Dale Pontius) Subject: Re: GNAT, LINUX, KDE Date: 1999/11/23 Message-ID: <81er74$hcc$1@news.btv.ibm.com>#1/1 X-Deja-AN: 552187087 References: <383985C6.F36C0D0C@icn.siemens.de> Content-Type: text/plain; charset=us-ascii X-Complaints-To: news@btv.ibm.com X-Trace: news.btv.ibm.com 943386660 17804 9.66.92.124 (23 Nov 1999 19:51:00 GMT) Organization: IBM Global Services North -- Burlington, Vermont, USA Mime-Version: 1.0 NNTP-Posting-Date: 23 Nov 1999 19:51:00 GMT Newsgroups: comp.lang.ada Date: 1999-11-23T19:51:00+00:00 List-Id: In article <383985C6.F36C0D0C@icn.siemens.de>, Alfred Hilscher writes: > Hello there, > > does anyone know about Ada bindings for KDE (to write grafical > applications with LINUX) ? You may be in for some problems, here. KDE uses the QT toolkit, which comes native with C++ bindings. I'm under the impression that KDE native bindings are C++, as well. I'm also under the impression that nothing talks well with raw C++, so you first need to find some wrappers, (probably C) and then either convert them to Ada, or build Ada wrappers around them. (wrapper-wrappers, I guess.) Dale Pontius NOT speaking for IBM