9fans archive / 2001 / 06 / 438 / prev next
From: rog@vit...
Subject: Re: [9fans] calling function with (variable number of) parameters
Date: Wed, 20 Jun 2001 20:51:03 +0100
> The interface is called JNI and I can't change it.
presumably you could write a bit of assembler to get around the
problem. you'd have to do it for each platform, but it wouldn't be hard
and as far as i can see there wouldn't be a problem doing it: just push
all the args on the stack (last first) & call the fn.
cheers,
rog.