Calling functions whose signature/arguments are only known at runtime
jerry gay
jerry.gay at gmail.com
Wed Mar 17 17:56:15 UTC 2010
On Wed, Mar 17, 2010 at 07:42, Peter Lobsinger <plobsing at gmail.com> wrote:
> In that case, a similar argument can be made for an interface that
> uses a void *[] or callbacks. Works from C, takes C datatypes, gives a
> logical place to transition between managed/unmanaged code.
>
c++ compilers hate void *. please avoid the construct wherever possible.
More information about the parrot-dev
mailing list