Prev: Can some please advice on how to integate GNAT GPL 2010 with Visual Studio?
Next: gnat-gps indentation
From: Albrecht Käfer on 6 Jul 2010 13:29 On Tue, 06 Jul 2010 18:40:06 +0200, Petter <petter_fryklund(a)hotmail.com> wrote: > I jus downloaded the new GNAT GPL 2010. I'd very much like to > integrate with VS 2008 Express. No. The Express versions are not supposed to integrate with anything. Even if you could work, you might want to take a look at the license terms. However, the Visual Studio Shell[1] may or may not be the answer to your problem. Note that Microsoft says[2]: “The Visual Studio shell integrated mode can be installed together with all editions of Visual Studio except the Express editions.” Also, if memory serves correctly, only the .Net edition of GNAT integrates with Visual Studio. Integration is performed during installation, if Visual Studio is found. Albrecht [1] <http://www.microsoft.com/downloads/details.aspx?FamilyID=40646580-97FA-4698-B65F-620D4B4B1ED7&displaylang=en> [2] <http://msdn.microsoft.com/en-us/library/bb685612.aspx>
From: Albrecht Käfer on 6 Jul 2010 14:12 On Tue, 06 Jul 2010 20:04:03 +0200, Petter <petter_fryklund(a)hotmail.com> wrote: >> > I jus downloaded the new GNAT GPL 2010. I'd very much like to >> > integrate with VS 2008 Express. >> >> No. The Express versions are not supposed to integrate with anything. >> Even >> if you could work, you might want to take a look at the license terms. >> However, the Visual Studio Shell[1] may or may not be the answer to your >> problem. Note that Microsoft says[2]: “The Visual Studio shell >> integrated >> mode can be installed together with all editions of Visual Studio except >> the Express editions.” >> Also, if memory serves correctly, only the .Net edition of GNAT >> integrates >> with Visual Studio. Integration is performed during installation, if >> Visual Studio is found. >> >> Albrecht >> >> [1] >> <http://www.microsoft.com/downloads/details.aspx?FamilyID=40646580-97F...> >> [2] <http://msdn.microsoft.com/en-us/library/bb685612.aspx> > > Thanks for responding. If you get it to work, PLEASE tell us. Albrecht
From: Albrecht Käfer on 9 Jul 2010 15:19
On Thu, 08 Jul 2010 09:34:19 +0200, Petter <petter_fryklund(a)hotmail.com> wrote: > I've been using Ada for my most of my professional work between 1992 > and 2009, apart for a little dabbling with Tcl/Tk. Before that it was > mostly COBOL and 1100/2200 Assembler, UNISYS IPF command language is > very similar to Ada, if it's still around :-) I'd really like to do > more Ada, but I've had to learn .NET and C# and it isn't too bad. > Visual Studio is running circles round GPS, wide circles. I think it > is a little sad. As for decent editor and command line, well I've done > my fair share. I rather had the impression that AdaCore is running wide circles around Windows and Visual Studio. Building Windows GUI applications in Ada is a right pain in the backside, because there's no decent dialog designer (not even for .Net). And as mentioned, the Visual Studio integration seems to be dependent on the phase of the moon (Titan, not Luna). Albrecht |