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-Thread: 103376,6fdc86d189b40ab3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Newsgroups: comp.lang.ada Subject: Re: GUI programming --a hopeful newbie =) From: Bernd.Specht@gmx.com (Bernd Specht) References: Organization: No company Message-ID: User-Agent: Xnews/4.05.03 Date: 18 Nov 2004 12:44:35 GMT NNTP-Posting-Date: 18 Nov 2004 13:44:35 MET NNTP-Posting-Host: 9243a5f0.newsread4.arcor-online.net X-Trace: DXC=A8dJXc9[Y`mgZnGD9BX_me:ejgIfPPlddjW\KbG]kaMhlSE5DYV?adajHjN7nei2 "munnoch" wrote in news:cngajl$6so$1@titan.btinternet.com: > Bernd Specht => Programming in general, hence my general use of the > word newbie. > Others => Thanks. > > =) > Hi, in this case I would suggest, that you first start with console programming until you get some experience with programming in general and the Ada language in special. I think it would be too much at a time if you want learn all at once: programming, Ada, *and* a GUI system. Maybe you will become frustrated soon. Switch to GUI development if you've got some experience. If you want concentrate on Windows *and* Ada then look at GWindows. If you think about writing (Windows-)GUI not only with Ada but maybe with Pascal or C, too, then look at the pure Win32-Api which is used very similar with these other languages. If you think of (maybe one day in the far future) writing for Windows *and* Linux, then have a look at GTK which allows you to write portable GUIs. I wish you much success.