I sort of came to the same conclusion that it's more of a compiler issue
than an OS issue. Thanks for responding.
> -----Original Message-----
> From: David Fedor [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, June 11, 1999 7:20 PM
> To: [EMAIL PROTECTED]
> Subject: Re: structures as arguments
>
> >What rule does Palm OS apply with regard to passing structures in
> functions?
>
> Palm OS doesn't care what you do when you're calling your own functions,
> other than hoping that you won't overflow the stack. This is a compiler
> issue, really.
>
> When calling OS routines, obviously you need to give them the parameters
> they're expecting, which in (I believe) all cases would be a pointer to
> the
> struct.
>
> -David Fedor
> Palm Developer Support
>
>