On Thursday 16 September 2004 22:17, Bernhard Schmalhofer wrote: > # New Ticket Created by Bernhard Schmalhofer > # Please include the string: [perl #31606] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31606 > > > > Hi, > > so far external libraries can pass integers and strings to Parrot callback > subs. > This patch adds support for passing 'void *' pointers. Within a callback > sub, the external data is available as a UnManagedStruct PMC. > > In t/pmc/nci.t there are 4 new tests. The tests 'nci_cb_C3 - PIR' and > 'nci_cb_C3 - PIR' > receive a static int in libnci.so as external data. Thanks, applied.
> CU, Bernhard jens