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,a24421a76e877046 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Programming for MS-Windows Date: 1996/09/17 Message-ID: <01bba477$20ceae20$318371a5@dhoossr.iquest.com>#1/1 X-Deja-AN: 181088242 distribution: world references: <323D9F00.2F6@infaut.et.uni-magdeburg.de> content-type: text/plain; charset=ISO-8859-1 organization: DBH Enterprises, Inc. mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-09-17T00:00:00+00:00 List-Id: 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. Hi Marc, You probably want a book like Sams Publishing's Win 32 API Desktop Reference (ISBN 0-672-30364-7). This describes all of the Win32 function calls (in terms of their C interface) as of 1993, plus providing tutorial examples. This book, coupled with the easy interface to C from Ada95 (e.g. gnat) should give you what you need. Also, you should consult the Web Page "http://sw-eng.falls-church.va.us/AdaIC/source-code/bindings/win32ada/win32a da.html" for an Ada binding to the Win32 API, and additional information about what it takes to do Windows programming in Ada. -- David C. Hoos, Sr., http://www.dbhwww.com http://www.ada95.com