in reply to Re^4: (SOLVED) XS: Passing an external library's function a Perl XS callback
in thread SOLVED: XS: Passing an external library's function a Perl XS callback
So to the top add #define PERL_NO_GET_CONTEXT /* we want efficiency */ and then
and thats it?void callback(){ dTHX; /* fetch context */ ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: (SOLVED) XS: Passing an external library's function a Perl XS callback
by syphilis (Archbishop) on Aug 16, 2016 at 00:10 UTC |