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,541858b4f9b6c9f9 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Calling GNAT Ada 95 from C Date: 1996/04/10 Message-ID: #1/1 X-Deja-AN: 146856987 references: <316ACAF2.5488@ix.netcom.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-04-10T00:00:00+00:00 List-Id: Vance asks "Is it possible with GNAT for a C main to call Ada code that includes a task? If so, could someone please tell me how to do it? Thanks in advance. I tried several things but could not get it to work." This is a known bug (the main priority) stuff, fixed in GNAT 3.04. For now, you can cut and paste code from a b_xx.c file created without the -n switch. Please direct detailed technical questions on GNAT to report@gnat.com, I am the only one on the GNAT team who reads CLA regularly (most members of the GNAT team long ago decided that the signal to noise ratio was too low to be worth it :-) So be sure to always send mail to report@gnat.com to ensure that the most knoweldgabe person sees it.