On 03/09/03 20:16 +1000, Sisyphus wrote:
> 
> ----- Original Message -----
> From: "Peter Sinnott" <[EMAIL PROTECTED]>
> 
> >
> > My bad - what I ment(and think to be true ) is that you can only use
> > void as a return value not that the only return value you can use is
> > void.
> 
> Yes - I think that's correct, though I haven't actually tested. (I wondered,
> after I'd posted, if that was what you were getting at :-)

Inline will only bind to arguments that have a corresponding typemap
entry. If you need to bind to something fancy, you'll need a fancy
typemap for it.

The only special case is a return type of 'void'. Also the input
parameters must be named; ANSI style.

Cheers, Brian

Reply via email to