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,907b3ebe7a56db22 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: DOS GNAT or Win95/NT GNAT? (Ada 95) Date: 1997/04/26 Message-ID: #1/1 X-Deja-AN: 237582725 References: <33621A78.2DC5@mail.connect.usq.edu.au> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-04-26T00:00:00+00:00 List-Id: <> The DOS version allows tasks but only within a single Windows process. The NT version maps tasks to NT threads, and also allows access to Win32 graphics capabilities, using the win32 bindings. The win32 API is pretty complex, so no, I would not characterize this as easy! The windows version also allows interfacing to other windows stuff.