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,ae16e476a8e84b7b,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d32g2000yqe.googlegroups.com!not-for-mail From: JJ Newsgroups: comp.lang.ada Subject: GNAT 2008 GPL pragma import VC++ Date: Tue, 27 Jan 2009 11:30:05 -0800 (PST) Organization: http://groups.google.com Message-ID: <7d667b48-d51c-41ef-9cb4-cb3b640f8824@d32g2000yqe.googlegroups.com> NNTP-Posting-Host: 132.228.195.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1233084605 643 127.0.0.1 (27 Jan 2009 19:30:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 27 Jan 2009 19:30:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d32g2000yqe.googlegroups.com; posting-host=132.228.195.206; posting-account=JEq4hQkAAAABr8u8eloUFmAKVDSiNa9p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:3507 Date: 2009-01-27T11:30:05-08:00 List-Id: I have an Ada program that has a pragma import to a Visual C++ procedure. I have tried several combination's of External_Name (all uppercase, all lowercase, mixed...) to no avail. I continue to get an "undefined reference" error during the link. Anyone have any experience with this?