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,T_FILL_THIS_FORM_SHORT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a24421a76e877046 X-Google-Attributes: gid103376,public From: "Jim Dorman" Subject: Re: Programming for MS-Windows Date: 1996/09/17 Message-ID: <01bba456$c186cbc0$0a4aa7cf@ns.znet.com>#1/1 X-Deja-AN: 181096710 references: <323D9F00.2F6@infaut.et.uni-magdeburg.de> organization: Active Engineering Technologies newsgroups: comp.lang.ada Date: 1996-09-17T00:00:00+00:00 List-Id: If you want to program Windows applications in Ada the "easy" way, try IntegrAda for Windows & Visual Ada. You get a visual design tool and source code generator plus the ability to write "object oriented" functions & procedures such as "CREATE_WINDOW" or "OPEN_FILE" and each of these high level calls will take the place of the 30-40 lines of code you would otherwise have to write if you were using 'C' or other Ada Windows compilers. Plus the sophisticated Ada language sensitive tools bundled with the development environment take the pain out of programming. They are not a replacement for "skill", but they can make up for a lot. This system is also great for rapid prototyping and proof of concept work because you can quickly produce functioning demonstrations of your application. Why not visit The Home of PCADA at "http://www.pcada.com" and see for yourself. IntegrAda for Windows and Visual Ada demo disks are available for FREE download right from the WEB site. Take advantage of our special offers and save some money while getting state-of-the-art Ada compilers and tools. -- Jim Dorman Active Engineering Technologies, Inc. Home of PC ADA Voice: (619) 414-9001 Fax: (619) 414-9192 email: jimd@pcada.com URL: http://www.pcada.com Member of Team Ada! Marc wrote in article <323D9F00.2F6@infaut.et.uni-magdeburg.de>... > Hi all ! > > I am looking for a textbook that might explain how to write MS-Windows > applications. I have some (DOS-praogramming) experience in ADA, C and > Fortran77, but the step from programming DOS applications to Windows > applications seems quite huge to me. > All the information I have found about writing Windows-stuff, was > related to learning C++, something I do not intend right now. > > Any information ist welcome, e-mail to > > marc@infaut.et.uni-magdeburg.de > > Thanks in advance ! > > Regards, > Marc >