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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,34b98bcb423617e9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!news.glorb.com!newsgate.cistron.nl!xs4all!feeder.news-service.com!216.196.110.148.MISMATCH!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder4.cambrium.nl!feed.tweaknews.nl!not-for-mail From: "Wiljan Derks" Newsgroups: comp.lang.ada References: Subject: Re: GNAT and Vista? Date: Mon, 18 Dec 2006 20:26:37 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Original Message-ID: <4586eb43$0$9159$bf4948fe@news.tele2.nl> Organization: Tele2 X-Trace: DXC=Ya>A1eiGR[ob?Q[L8HC[ea6`Y6aWje^YjHXnbjo^K^;ak]iOEKHTa1nNe:FOc7JB5f Xref: g2news2.google.com comp.lang.ada:7944 Date: 2006-12-18T20:26:37+01:00 List-Id: "Bernd Specht" wrote in message news:Xns989CA2C5EEF73BerndSpechgmxcom@151.189.20.10... > Has someone already exxperience with GNAT on Windows Vista? > > Does it work? And even such tools like GPS, GVD, AdaGIDE? > > Some friends told me that Win32-API based applications are no longer > supported on Vista (only dot Net). > I did a test driver with vista rc2 with gnat and our own software. Looks like vista is highly compatible with XP. I was able to build all our software using gnat on vista. I also was able to use our device drivers build for XP on Vista without trouble. There was some trouble however: * gcc does not seem to be able to find the compiler gnat1.exe. I fixed this by adding the containing directory to the path. * gps did not start properly but was still usable. * My own software had some problems with the service interface on vista. For the rest all my software seems to be running fine. That includes quite some gui code based on gwindows, some web servers based on aws. My conclusion is that it should be easy to switch to vista. Wiljan