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.4 required=5.0 tests=BAYES_00,FROM_WORDY, PP_MIME_FAKE_ASCII_TEXT 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 Path: g2news1.google.com!news3.google.com!news.germany.com!newsfeed2.scan-plus.net!newsfeed.velia.net!noris.net!news1.nefonline.de!not-for-mail From: "Alexander Camek" Newsgroups: comp.lang.ada Subject: Re: Using Functions of Executable Date: Wed, 28 Nov 2007 11:57:57 +0100 Organization: NEFkom - Mnet Telekommunikations GmbH Message-ID: References: <474C4FCF.70202@obry.net> NNTP-Posting-Host: pleione.3soft.de X-Trace: news1.nefonline.de 1196247469 21929 212.114.211.8 (28 Nov 2007 10:57:49 GMT) X-Complaints-To: usenet@news1.nefonline.de NNTP-Posting-Date: Wed, 28 Nov 2007 10:57:49 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-NNTP-Posting-Host: 10.1.1.39 Xref: g2news1.google.com comp.lang.ada:18658 Date: 2007-11-28T11:57:57+01:00 List-Id: "Pascal Obry" wrote in message news:474C4FCF.70202@obry.net... > Frank Piron a �crit : >> 26.11.2007, 14:07 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, , ) >>> >>> 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. Thanks. Seems that I have missed to read that little note at the end of that chapter. But this doesn't fix my initial problem. Greetings Alexander