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,2212e35600c03d07,start X-Google-Attributes: gid103376,public From: Chang Yang Lim Subject: Pointers in Taskingq Date: 1998/10/21 Message-ID: <362D1CE1.A5A3764@teaching.cs.adelaide.edu.au>#1/1 X-Deja-AN: 403359799 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-10-21T00:00:00+00:00 List-Id: Hi. everyone, just wonder to know is it possible to use pointers in Tasking? I am working with my project now before of control a several processes concurrently, I choose to use Tasking in ada. However I have come to the problem where in the task body, I actually call a procedure and pass in a pointer. Some how I can't get my program work correctly. Can anyone give me some hints of solving this? Chang Yang Adelaide Uni. IT&T Eng.