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,a0ff086a46707203 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GNAT & Windows programming Date: 1997/01/09 Message-ID: #1/1 X-Deja-AN: 208787141 references: <32d47a5f.21786842@news.lander.es> organization: New York University newsgroups: comp.lang.ada Date: 1997-01-09T00:00:00+00:00 List-Id: J. Barranquero saks "Hi! I'm a newbie in Ada95 (I learnt Ada83 years ago, but I haven't used it since 1987 at least), and I'm trying to update my very rusted knowledge of it. Problem is, my current programming environment is Windows 95. Is it possible to use "GNAT for Windows 95" to compile Windows programs, or only character-based ("console") ones? " Sure, it is definitely possible. Be sure to read all the information in the documentation. GNAT for WIn95 can interface to the Win32 bindings which let you run graphical applications etc. You might want to look at the examples that come with this set of bindings.