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=-0.1 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,PP_MIME_FAKE_ASCII_TEXT,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2b786abb8057cec1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news4.google.com!news.glorb.com!in.100proofnews.com!in.100proofnews.com!nsnmrro1-lo.nuria.telefonica-data.net!nsnmpen1-lo.nuria.telefonica-data.net!news.ya.com!yacom!not-for-mail From: "Bart" Newsgroups: comp.lang.ada Subject: GtkAda on WinXP Date: Thu, 5 May 2005 03:33:47 +0200 Organization: ya.com internet factory Message-ID: NNTP-Posting-Host: 80.28.173.72 X-Trace: news.ya.com 1115256653 9075 80.28.173.72 (5 May 2005 01:30:53 GMT) X-Complaints-To: newsmaster@ya.com NNTP-Posting-Date: Thu, 5 May 2005 01:30:53 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: g2news1.google.com comp.lang.ada:10923 Date: 2005-05-05T03:33:47+02:00 List-Id: Hello Im trying to learn GtkAda on Windows, i need it for a school proyect with graphic interface and it must be on Windows. I looked at the tutorial and hello world and I understad all very well, but I realized that its impossible to close the black window, "console" or whatever you wanna call it. It�s useful for text "put"s when debugging, but its really ugly when the program is done. I�ve seen some screenshots of GtkAda programs on linux and they don�t have the console window, but I can�t find any shot from a Windows machine. Even downloaded binaries (LinXtris) run with this irritating windows. - Is there any way to call Gtk.Main.Main closing that console??? I�ve searched in google but there is no help about GtkAda, only the "official" user guide - Am I a horrible searcher or is that the only help avalible? I saw some other libraries like GWindows or GNATWin. - Do they allow to make only-graphic programs? And maybe this may be kind of weird but, is it possible to do something like C�s fork(); in ADA? I�ve thought that Gtk.Main could be ran from a "child process"... I�ve been working much more time with C than with ADA, so i still have ideas from C. Thanks for reading and a lot more for any answers.