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,b92beb441e60ab1d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-22 08:52:12 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Lars" Newsgroups: comp.lang.ada Subject: Re: wxWindows binding Date: Wed, 22 Oct 2003 17:49:26 +0200 Organization: T-Online Message-ID: References: <4plcpv8ojkg1h63qa5qgtrl978575lk7a5@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1066837757 00 1915 xKFzV7dSkHlhR 031022 15:49:17 X-Complaints-To: usenet-abuse@t-online.de X-ID: VCMdQuZrreb7kKeYlrtbuTHfl2yu3mthOEC1Js9BuwdVm0BCUeFs8W X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:1432 Date: 2003-10-22T17:49:26+02:00 List-Id: Cool! Haven't tried it yet, will ASAP. "Craig Carey" schrieb im Newsbeitrag news:4plcpv8ojkg1h63qa5qgtrl978575lk7a5@4ax.com... > > 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 >