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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,529e3cf8c48385f1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!v19g2000yqn.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Gnat GPL dotnet Date: Wed, 1 Apr 2009 01:05:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1238573101 2073 127.0.0.1 (1 Apr 2009 08:05:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 1 Apr 2009 08:05:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v19g2000yqn.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5364 Date: 2009-04-01T01:05:00-07:00 List-Id: Alex wrote on comp.lang.ada > Has anybody used the dotnet Gnat GPL version? I'm trying to compile a > project with it and I get an error message saying the import pragma for > mssyst.object does not refer to a subprogram or object. > > Has anybody had any similar experiences? Please show your code and the exact error message. I suspect you have a pragma Import for a subprogram but forgot to declare that subprogram. -- Ludovic Brenta.