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,733d3008a29a0c63 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!out04b.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!in03.usenetserver.com!news.usenetserver.com!wn13feed!worldnet.att.net!164.128.36.58!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Using Functions of Executable Date: Wed, 28 Nov 2007 13:04:11 +0100 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <474d5965$1@news.post.ch> References: <474C4FCF.70202@obry.net> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: atlas.ip-plus.net 1196251497 18865 194.41.146.1 (28 Nov 2007 12:04:57 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Wed, 28 Nov 2007 12:04:57 +0000 (UTC) User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <474C4FCF.70202@obry.net> X-Original-NNTP-Posting-Host: w03duo.pnet.ch X-Original-Trace: 28 Nov 2007 13:04:53 +0200, w03duo.pnet.ch Xref: g2news1.google.com comp.lang.ada:18659 Date: 2007-11-28T13:04:11+01:00 List-Id: Pascal Obry schrieb: > Frank Piron a écrit : >> 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. > > Yes it will, RTFM :) Stdcall will be translated as C convention on > GNU/Linux. And No: not all targets support the creation of DLL's. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com