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!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!news.belwue.de!rz.uni-karlsruhe.de!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: Tue, 27 Nov 2007 10:56:15 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p5b13af65.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 1196158710 13462 91.19.175.101 (27 Nov 2007 10:18:30 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 27 Nov 2007 10:18:30 +0000 (UTC) User-Agent: Opera Mail/9.24 (Win32) Xref: g2news1.google.com comp.lang.ada:18646 Date: 2007-11-27T10:56:15+01:00 List-Id: 26.11.2007, 14:07 Uhr, schrieb Alexander Camek : > Hi, > >>> 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, , ) > > Will that work under linux, too? > Because I need it platform independent. No. Unfortunately creating shared libraries depends on the OS.