[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbie Qs: c pointers
From: |
Bill Gribble |
Subject: |
Re: Newbie Qs: c pointers |
Date: |
18 Aug 2001 09:43:02 -0500 |
On 18 Aug 2001 15:00:05 +0100, Matthew wrote:
> 1. How can I return pointers to Guile? I don't want to do anything with
> them except pass them back to the C side again later.
If you've looked at Gnucash, you have probably figured out that g-wrap
is the tool we use for this. It's actually pretty straightforward, and
now that we're breaking up gnucash into modules there are several simple
examples in the code base.
> 2. Can anyone recommend an exisiting app that does this kind of thing,
> that I can study? (I've spent some time going over GnuCash, but it's a
> bit hairy!)
Feel free to email me directly with questions about Gnucash.
Thanks,
Bill Gribble