Re: can alien callbacks receive pointers (and then pass them to C functions)?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: can alien callbacks receive pointers (and then pass them to C functions)?
- From: Fabio Mascarenhas <mascarenhas@...>
- Date: 2009年7月26日 22:36:45 -0300
Are you using the "pointer" type in both the callback's and the C
function's signatures?
--
Fabio Mascarenhas
On Sun, Jul 26, 2009 at 6:19 PM, Phoenix Sol<phoenix@burninglabs.com> wrote:
> They appear to be converted to numbers (rather than userdata), which then
> choke the C functions they are in turn passed to.
>
>
> Thanks,
> Phoenix Sol
>