Dennis Ruffer wrote:

No, in gforth's c-function syntax, the first name is what you want to use in forth, the second is what the C function is actually called. I'm always forgetting which is which, so I almost always make them the same.

Ah, okay, well, C doesn't really return structs, it returns pointers to structs.
That's your "aggregate" problem I think. Check the semantics of the call
you are trying to map to GForth.

--
Jack J. Woehr            # Fate lessons of the past and present
http://www.well.com/~jax # were now in session.
http://www.softwoehr.com #  - Steven Wright, _The Beach_


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to