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: a07f3367d7,b29ea596843b99f5 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.204.13.69 with SMTP id b5mr2186717bka.4.1332769503659; Mon, 26 Mar 2012 06:45:03 -0700 (PDT) Path: h15ni51491bkw.0!nntp.google.com!news2.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: help bridging C and Ada References: Date: Mon, 26 Mar 2012 09:45:29 -0400 Message-ID: <82iphrwk5i.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:IczEMmokdxHq8Ackzq03uH7dty8= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 143044f7072dfe029e66112394 X-Received-Bytes: 1278 Content-Type: text/plain; charset=us-ascii Date: 2012-03-26T09:45:29-04:00 List-Id: Patrick writes: > sorry. I just want to rephase something..... I guess fdump is really a > front end to using pragma options. I guess I should have said > something like, is it better to use fdump for complicated bindings or > to try to use pragma import to hook into a few functions. Another option is two write an intermediate layer in C, that calls all the Gstreamer stuff, but has a clean interface that is easy to import into Ada. -- -- Stephe