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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733d3008a29a0c63 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!news.addix.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: "Frank Piron" Newsgroups: comp.lang.ada Subject: Re: Using Functions of Executable Date: Mon, 26 Nov 2007 12:15:24 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p5b13cb3e.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-Trace: online.de 1196077129 18582 91.19.203.62 (26 Nov 2007 11:38:49 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Mon, 26 Nov 2007 11:38:49 +0000 (UTC) User-Agent: Opera Mail/9.24 (Win32) Xref: g2news1.google.com comp.lang.ada:18624 Date: 2007-11-26T12:15:24+01:00 List-Id: Am 22.11.2007, 10:18 Uhr, schrieb Alexander Camek : > My Problem is that I can't export the functions given in my executable, > although all exported functions in the executable are decorated with > pragma > Export(C, , ). Try: Export(Stdcall, , ) Frank Piron