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,b92beb441e60ab1d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-22 03:52:45 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!small1.nntp.aus1.giganews.com!border1.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.clear.net.nz!news.clear.net.nz.POSTED!not-for-mail NNTP-Posting-Date: Wed, 22 Oct 2003 05:52:43 -0500 From: Craig Carey Newsgroups: comp.lang.ada Subject: Re: wxWindows binding Date: Wed, 22 Oct 2003 23:52:41 +1300 Message-ID: <4plcpv8ojkg1h63qa5qgtrl978575lk7a5@4ax.com> References: X-Newsreader: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Customer of Mercury Telecommunications Ltd Cache-Post-Path: drone5.qsi.net.nz!unknown@tnt1-170.quicksilver.net.nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) X-Original-NNTP-Posting-Host: drone5-svc-skyt.qsi.net.nz X-Original-Trace: 22 Oct 2003 23:52:55 +1300, drone5-svc-skyt.qsi.net.nz NNTP-Posting-Host: 203.97.37.6 X-Trace: sv3-dPlnY93QavvU3GpVr3fyQcIZDQqFXGzEU41ugSmwwSI6Z7kT2Yj8K2nKNYGde09D5uZgRNfTwCiqvPP!6mtFhfdv4fSZbZ/QEmpzZutZSvAcFhrL7H71xL9iEy2UGji7n2t45Svz4hE5rXtcMmAwzuobuDHm!FZFqomM= X-Complaints-To: Complaints to abuse@clear.net.nz X-DMCA-Complaints-To: Complaints to abuse@clear.net.nz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:1397 Date: 2003-10-22T23:52:41+13:00 List-Id: On Tue, 21 Oct 2003 23:47:23 +0200, "Lars" wrote: >Hi, > >Is there an Ada wxWindows binding? > My GNAT Ada 95 bindings to wxWindows are now here (uploaded today): http://www.ijs.co.nz/code/ada95_wxwindows_cpp_bindings_unfinished.zip The code of the zip file, lacks a demo example. It would be quite difficult to produce a completed lot of Ada bindings files. Possibly the needed pragma Cpp C++ bugfixes of GNAT appeared at gcc.gnu.org in the merge and update of 20-21 October 2003. - - - (As I almost said in the last message) the "pragma Interrupt_State" pragma of GNAT is now a feature of the GNU Ada compiler. So now the whole program would drop out after a Ctrl-C or 'kill -TERM' is done, instead of the fragment targetted. Ada bug fixed: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9480 Craig Carey