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,start X-Google-Attributes: gid103376,public From: "Jeff Creem" Subject: GtkAda under Win32 - How To page announcement Date: 1999/02/02 Message-ID: <798dn2$mku$1@pyrite.mv.net>#1/1 X-Deja-AN: 440022586 Organization: MV Communications X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Newsgroups: comp.lang.ada Date: 1999-02-02T00:00:00+00:00 List-Id: I've set up a page that describes how to get the GNU Gtk Ada GUI binding working under Win32. Since the current native Gtk library under win32 can not be compiled with GCC the binding was built by utilizing pre-built dlls from the Win32 Native GIMP port and compiling the required C components of the Ada binding with EGCS (since GCC 2.8.1 does not support the extentions required to compile the header files.) The two .o files from this process are includes so that users without EGCS can make use of the binding with their current GNAT installtions. http://www.mv.com/users/jcreem/programming/win32gtk.htm In any case, if you grab the zip archive from this page you can get started using the Gtk Ada binding under Windows. Current version was tested with GNAT 3.10p. If any changes are required for 3.11p I'll post them. Jeff Creem