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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7e7f7973df7202d0 X-Google-Attributes: gid103376,public From: Larry Coon Subject: Re: tasking under ms-dos Date: 1997/10/24 Message-ID: <3450BCAB.6DF4@assist.org>#1/1 X-Deja-AN: 284731827 References: <62q5np$k6p$1@bignews.shef.ac.uk> Reply-To: larry@assist.org Organization: University of California Newsgroups: comp.lang.ada Date: 1997-10-24T00:00:00+00:00 List-Id: A J Cornah wrote: > > Probably a naive question but I would appreciate help. > I have obtained and installed the latest ez2load which gives me GNAT 3.07 > and the documentation claims " .. It now includes tasking ... " but when I > try even a simple program like the one below which should interleaf As and Bs > I get all the As first then the Bs then my program freezes. > > I used ADACAPS to compile it. Code snipped -- you have one typo, you end procedure B with "END ProcedureA;" but that isn't causing your problem. When I run your code using ObjectAda and compiling for MS-DOS, it works as you intend. Larry Coon University of California larry@assist.org and lmcoon@home.com