unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: Re: interfacing C and guile
Date: Fri, 30 Dec 2022 17:52:11 +0100	[thread overview]
Message-ID: <CADEOaddwv6KX8j38++GPdHYRKa4HUaWX=UmYMd-AKhnjCcKByg@mail.gmail.com> (raw)
In-Reply-To: <871qogri9v.fsf@laura>

yes Olivier, i already found this solution a few hours ago digging in the
Guile doc:

https://www.gnu.org/software/guile/manual/html_node/Void-Pointers-and-Byte-Access.html
thanks
Damien

On Fri, Dec 30, 2022 at 5:03 PM Olivier Dion <olivier.dion@polymtl.ca>
wrote:

> On Fri, 30 Dec 2022, Damien Mattei <damien.mattei@gmail.com> wrote:
> > there was a mistake in my previous post, i wanted to say int cfunc
> > (int,int,char *), suggestion answered to use '*:
> >
> > (define cfunc (foreign-library-function "libguile-cfunc" "cfunc"
> > #:return-type int #:arg-types (list int int '*)))
> >
> > works at this step but gives an error later:
> >
> > (cfunc 3 27 "toto")
> > ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> > In procedure foreign-call: Wrong type argument in position 1 (expecting
> > POINTER_P): "toto"
>
> Try (cfunc 3 27 (string->pointer "toto")). It's available in the module
> (system foreign).
>
> --
> Olivier Dion
> oldiob.dev
>


      reply	other threads:[~2022-12-30 16:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30  9:36 interfacing C and guile Damien Mattei
2022-12-30 13:48 ` Damien Mattei
2022-12-30 16:03   ` Olivier Dion via General Guile related discussions
2022-12-30 16:52     ` Damien Mattei [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADEOaddwv6KX8j38++GPdHYRKa4HUaWX=UmYMd-AKhnjCcKByg@mail.gmail.com' \
    --to=damien.mattei@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).