Sorry for asking a basic programming question on this forum but it is
relevant that I ask fellow Palm programmers. I have two "C" books with
conflicting information regarding passing a structure as an argument in a
function. One says I can pass an instance of a structure, the other says I
can't and I should pass a pointer instead. I'm having problems with some
code I am writing that involves structures so I would like to get this
clarified before I go much further.
What rule does Palm OS apply with regard to passing structures in functions?
Thanks.