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,b8a4b3031ba1695f X-Google-Attributes: gid103376,public X-Google-Thread: 1094ba,b8a4b3031ba1695f X-Google-Attributes: gid1094ba,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: I/F to Win32API? Date: 1996/10/21 Message-ID: <1996Oct21.182728.1@eisner>#1/1 X-Deja-AN: 191046046 x-nntp-posting-host: eisner.decus.org references: <87947.ivwstud@dutchpu.TUDelft.NL> x-nntp-posting-user: KILGALLEN x-trace: 845936860/20052 organization: LJK Software newsgroups: comp.lang.ada,comp.lang.fortran Date: 1996-10-21T00:00:00+00:00 List-Id: In article <87947.ivwstud@dutchpu.TUDelft.NL>, "IvWStudents" writes: > Dag! > > I'm looking for anything, that helps the Fortran/Ada-programmer to > deal witch the Win32API. Are there any usefull routine compilations or > "development studios" (Delphi-like) that create buttons/windows and > this stuff and are directly accesible by Fortran or Ada sourcecode or > create Fortran/Ada skelletons? For Ada, Thomson Software's ObjectAda Professional V7.0 offers such a tool, running on Windows 95 or Windows NT and targeting those two plus Windows 3.1. Thomson is new at the Windows GUI Builder business, and in my opinion what they have is less advanced than Delphi, but they seem to have a good beginning. They also sell a subscription service so you can get any updates for the next year. > I have to code an application under Win95 and wonder if it's possible > to do this with Ada or F90 without bothering with the deeper secrets > of the Win32API. "Deeper Secrets" are hidden from you, but you will have to deal with the basic relationships between your windows and the controls thereon. Only you know the proper meaning of a click on button 3. Larry Kilgallen