Re: A quick NCI question

2008-01-09 Thread robby
Sorry, essentially what I'm asking is if i can pass a pir method as a function pointer on a c call. essentially what I'm looking to do is get into the message pump on windows, and I'm trying to keep all of the code within pir. I'm trying to see how many hoops I need to do in order to write a

Re: A quick NCI question

2008-01-07 Thread chromatic
On Monday 07 January 2008 09:22:43 robby wrote: > With skimming across the past 400 or so messages on this list I'm not > exactly sure if this would be the correct list to post this, but I have > a quick question regarding NCI's and callbacks. > > I've read http://www.parrotcode.org/docs/pdd/pdd16

A quick NCI question

2008-01-07 Thread robby
With skimming across the past 400 or so messages on this list I'm not exactly sure if this would be the correct list to post this, but I have a quick question regarding NCI's and callbacks. I've read http://www.parrotcode.org/docs/pdd/pdd16_native_call.htm and nci.t and I haven't came up with