quote:
Originally posted by Matty
quote:
Originally posted by saralk
Pointers for functions (for API Callbacks) (2 people want this)
Patchou told me this isn't possible, however you never know.
I'm sure it is possible. Timers use callbacks, and Plus' API has timers. So why can't Plus use pointers to functions? Of course it'll be a bit more complex, but it can be done.
I think i'll make a detailed suggestion of how Plus should implement that and send it to Patchou
----
One thing more to add to the scripting engine: The ability to call functions which return void. Currently, functions called with Interop.Call must return something. I'd like to call functions such
OutputDebugString or
Sleep which return nothing (void).