I think structs are always passed by a pointer, so you have to take the address of the whole struct, and manipulate it on the other side of the function rather than passing individual members.


Last edited by DJBMASTER; 10/01/09 19:42.