On Tue, 2008-10-14 at 15:38 -0500, Linas Vepstas wrote:
> 2008/10/14 betoes <[EMAIL PROTECTED]>:
> > Hello list,
> >
> > In the Debian distro, there is a packge named guile-db, which refers to a
> > Berkeley DB wrap for Guile. Do someone know if it is active? If there is a
> > repository or web pa
2008/10/14 betoes <[EMAIL PROTECTED]>:
> Hello list,
>
> In the Debian distro, there is a packge named guile-db, which refers to a
> Berkeley DB wrap for Guile. Do someone know if it is active? If there is a
> repository or web page? I tried the maintainer and author e-mails with no
> success.
Dun
Hello list,
In the Debian distro, there is a packge named guile-db, which refers to
a Berkeley DB wrap for Guile. Do someone know if it is active? If there
is a repository or web page? I tried the maintainer and author e-mails
with no success.
Regards
Betoes
2008/10/14 john <[EMAIL PROTECTED]>:
> Hi guilers...
>
> I would really appreciate some pointers or some
> boiler plate code for handling this type of function to get me
> rolling.
I found that
http://www.gnu.org/software/guile/manual/html_node/The-Complete-Example.html
was enough to get me going
Hi guilers...
I am trying to get to grips with manually wrapping C functions but
need some pointers. I have a C function:
packedEncode *initializeEncode(char *pdu, int size)
with:
typedef struct {
char *pdu;
...
} packedEncode;
It takes a pointer to some storage (char *pdu) which will be