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: 10261c,cfbb90c56a313e70 X-Google-Attributes: gid10261c,public X-Google-Thread: 103376,cfbb90c56a313e70 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: From extended Pascals to Ada 95 guide Date: 2000/08/27 Message-ID: #1/1 X-Deja-AN: 663149378 References: <8o3s2a$9ph$1@nnrp1.deja.com> <8o4bfq$v0h$1@slb7.atl.mindspring.net> <39A655BE.18E89020@maths.unine.ch> <4Oxp5.428$Ze5.13712@nnrp3.sbc.net> <39A6B3FF.73538A0E@acm.org> <2IBp5.1573$OE.204952@paloalto-snr1.gtei.net> <39A7C4B7.E6D655C1@acm.org> <39A93469.7C1237F3@acm.org> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: support@usenetserver.com Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net. X-MSMail-Priority: Normal NNTP-Posting-Date: Sun, 27 Aug 2000 12:04:06 EDT Newsgroups: comp.lang.ada,comp.lang.pascal.misc Date: 2000-08-27T00:00:00+00:00 List-Id: "Marin D. Condic" wrote in message news:39A93469.7C1237F3@acm.org... > I still find it a bit of a roadblock that there isn't a shrink-wrap kit > available that has everything bundled together with suitable > documentation. You can get all the components from one vendor with documentation and all. You don't have to hunt and peck for pieces. GNAT, GtkAda, GNATCOM, and GLIDE are all available from a single source. They are all integrated and work from the same IDE, no roll your own here. > With MSVC++, a lot of the problems go away. I insert a disk and install > the environment. I fire up a single program and every tool is available > from there. I have a question about anything? I highlight it and punch > F1 and the documentation is right there. There are books available that > can teach you how to use it. Same goes for the above set of tools. Documentation available in the IDE, etc. > While I'm no big proponent of C++ and I'd *much* rather use Ada than > anything else, I've got to consider the ramp-up time and time to market > issues. This is a business which needs to make money and the "best" way > of doing something is not always the most profitable. Because I've got > future projects that will probably need to cross platforms, I've got > good reasons to look at things like GtkAda and GNAT as potential tools. > But it sure would be nice if I could get something in a single box that > did basically what MSVC++ does. (It could be a good business opportunity > in itself to integrate what is out there into a kit and see if it could > sell. :-) See above, but Delphi is a far better packaged solution then MSVC++ (or even VB) would ever dream of being. Using MSVC++ (or VB) is only needed to be politicaly correct, never to get ahead of the game. BTW, you may not have been working yet with MSVC++ long enough yet, but as your project grows you will find that you need to dump much of what comes packaged with MSVC++ for less bug prone components. You will need to build a build enviorment that uses a different make then, MS's. You will need to get a different dependancy generating tool. You will need to get a _correct_ standard library implementation, MS's is broken and poorly optimized. You will need configuration management that works.. etc. etc. I and other long time MSVC developers know that long term profession development with MSVC means throwing away have of what MS delivers and then hunting down the tools that work. Delphi and Ada are both much better solututions on every level including packaging :-) David Botton