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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c150afe4948a1601 X-Google-Attributes: gid103376,public From: "Jon Jensen" Subject: Re: Learning Windows 95 programming with Ada? Date: 1997/12/03 Message-ID: <01bd000f$f8a452b0$baeb649b@freeman>#1/1 X-Deja-AN: 294910451 References: <348faacf.18643984@news.thegrid.net> <881119612.87snx@jvdsys.nextjk.stuyts.nl> Organization: University of Utah Computer Center Newsgroups: comp.lang.ada Date: 1997-12-03T00:00:00+00:00 List-Id: I would say if you want to develop Win32 based applications which require database support you should use Visual Basic 5.0 or Delphi 3.0. If you want to really learn Windows programming get Charles Petzold's Programming Windows 95 (or Windows 3.1) and Visual C++ 5.0. While you may be able to program Windows applications in Ada it doesn't mean that you should - especially considering it's now legal not to. If you know Ada better than C++ I would agree that Delphi is the best choice to quickly build Windows apps. IMHO if you want to be good at Windows programming and really understand what's going on you need to learn it from the C/C++ end. This forces a certain level of discipline and understanding that I have never seen from someone who jumped into it at the VB or Delphi level (or at the Ada or Modula-2 level). If Borland had used Ada 95 instead of Object Pascal for Delphi ... well that's another story.