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: 103376,a24421a76e877046 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Programming for MS-Windows Date: 1996/09/16 Message-ID: <323D843C.3625@gsfc.nasa.gov>#1/1 X-Deja-AN: 180974230 references: <323D9F00.2F6@infaut.et.uni-magdeburg.de> content-type: text/plain; charset=us-ascii organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02 (Win95; I) Date: 1996-09-16T00:00:00+00:00 List-Id: Marc wrote: > 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. > I just picked up a copy of "Programming Windows 95" by Charles Petzold, from Microsoft Press. He explains how Windows works, using C code as examples. No C++, no GUI builders, no IDEs to get in the way. Given a thin Ada binding to the Windows API, this is the book you want. -- - Stephe