in reply to Re^2: help with XS pointers
in thread help with XS pointers
Does that make sense at all?
my $device = SDR::RTLSDR->new(); my $status = rtlsdr_open( \$device , $index); print "status $status for index $index\n";
also see this example perlxstypemap (search for T_PTROBJ_SPECIAL) and the Netconfig example in perlxs
Does the error message you cited corresponds for the typemap source code you have shown?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: help with XS pointers
by Bpl (Scribe) on Jul 31, 2020 at 12:58 UTC | |
by bliako (Abbot) on Jul 31, 2020 at 13:07 UTC |