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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b74cd9b3feb83fc X-Google-Attributes: gid103376,public From: jcreem@mv.mv.com (Jeff Creem) Subject: Re: GtkAda under Win32 - How To page announcement Date: 1999/02/08 Message-ID: #1/1 X-Deja-AN: 441961945 References: <798dn2$mku$1@pyrite.mv.net> Organization: Jeff Creem Newsgroups: comp.lang.ada Date: 1999-02-08T00:00:00+00:00 List-Id: In article , Steve Whalen wrote: >Thanks for putting GtkAda for Win32 together. > >I tried it with GNAT 3.11p and have barely had time to test it, but >did notice that a few of tests (like color selection) in testgtk.exe >"crater" the program (i.e. it just disappears). Do you know if that >could be related to 3.11p vs. 3.10p? Or do I need to break out the >debugger? > >Steve >-- >{===--------------------------------------------------------------===} > Steve Whalen swhalen@netcom.com >{===--------------------------------------------------------------===} I should have put together a test report of what currentlty works and what does not work. I think somewhere in the readme I mentioned that there are certainly problems with this stuff. At the moment there are several curl up die type bugs (not different with 3.11p or 3.10p). I have not had the time to track them down yet but note that the gtk library that this is built with is still in a beta stage (it is being done to port GIMP to win32) And right now even GIMP under win32 has plenty of curl up and die bugs. (Although it is not too bad really). I would not yet recommend this for any deployed applications (under win32 that is). Note that I started putting together a new release based upon the 0.5 version of the bindings and a new release of the Gtk library but it was somewhat less stable than the last release (And I noted a similar loss in stability for the GIMP version too so I guess it is not really a surprise). So to sum it up...This is certainly a work in progress.. As new versions of GIMP and or the GtkAda binding come out I will do new releases. I am hoping that with the next "stable" release of the Gtk library that some of the version mismatch issues will be solved too. At some point I might like to get a MS C++ compiler so I can debug and track down problems in the Gtk stuff that may be specific to using the Gtk library as a general purpose library (rather than just a port to support GIMP). Nice to know people are looking at this!. Jeff