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,7e49bea8ba4f0f3d X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Win32Ada and win32s Date: 1998/07/09 Message-ID: <6o2rre$ea9@lotho.delphi.com>#1/1 X-Deja-AN: 369914486 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1998-07-09T00:00:00+00:00 List-Id: >Does someone know if there's any chance of running Win32Ada thru >the win32s (32 bit extender) of win3.1 ? Any decent reference on the Windows API should indicate for each API what versions of Windows support it. (Of course the reference may be wrong, but that's another problem...) >On my home pc I'm still running win3.1 and I want to do try out >some windows programming in ada. Just for education ... The simple things generally work on all flavors of Windows. You might want to look at my TriAda paper on CLAW at www.rrsoftware.com for a discussion of Windows from the point of view of an Ada programmer, and there's also downloadable source for some CLAW demos there which should work on your 3.1 system.