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,939815ae57ae2c27 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: windows programming tutorials Date: 1999/08/10 Message-ID: <7ooes4$339m$1@news.gate.net>#1/1 X-Deja-AN: 510945220 References: <7ol70d$e4g$1@nnrp1.deja.com> <7om2kq$214m$1@news.gate.net> <7onqa3$9ol$1@nnrp1.deja.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 934264516 101686 199.227.148.129 (10 Aug 1999 05:55:16 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 10 Aug 1999 05:55:16 GMT Newsgroups: comp.lang.ada Date: 1999-08-10T05:55:16+00:00 List-Id: Once you learn Ada, a couple of quick looks at some Win32 examples should be enough to transfer over knowledge you have in the C / C++ world for programming Win32. If you don't have a background in Win32 programming then things get a little more difficult. In that case I would first suggest deciding what your goal is, to learn Win32 APIs or to just write Ada software that runs on Windows. The two are different goals with different paths. If you are looking to write Ada software that runs on Windows, learn how to use one of the GUI frameworks from http://www.adapower.com/windows If you are looking to learn Win32, I would recommend Petzold's Programming Windows and translating example by example to Ada as a start. David Botton kryptoz wrote in message <7onqa3$9ol$1@nnrp1.deja.com>... > Or maybe I just have >to wait till I become more proficient in Ada (and stop being a newbie) >and find it out myself? In many asm sites I know there are so many >tutorials on Win32 programming using Assembly, but it's very difficult >to find such information in Ada sites. It seems like there aren't any >newbies amongst Ada programmers. Everyone seems to be a guru. >Thanks. > > >kryptos > > >Sent via Deja.com http://www.deja.com/ >Share what you know. Learn what you don't.