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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,77e27ce5376e1d4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-31 15:55:28 PST Path: archiver1.google.com!postnews2.google.com!not-for-mail From: jeff.huter@bigfoot.com (Jeff) Newsgroups: comp.lang.ada Subject: Re: KDE Anyone? Date: 31 Mar 2004 15:55:28 -0800 Organization: http://groups.google.com Message-ID: References: <1502028.CaCl9gdWei@linux1.krischik.com> NNTP-Posting-Host: 143.182.124.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1080777328 27663 127.0.0.1 (31 Mar 2004 23:55:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 31 Mar 2004 23:55:28 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6699 Date: 2004-03-31T15:55:28-08:00 List-Id: Martin Krischik wrote in message news:<1502028.CaCl9gdWei@linux1.krischik.com>... > > How hard is it to bind to C++? I gather objects complicate things a > > lot. > I don't know. There are quite a few pragmas for c++ support but I have not > found and docu or examples which clearly state how to use them. One could > try the make a binding to QString and see how it goes. If you want to do a binding, then you may want to check out the C binding at qtcsharp.sourceforge.net. QT# is actually based upon a C binding to QT. -- Jeff