Hi Everyone, I want to read a certain frame in a xtc file. How can I do that? I see there are xdr_getpos() and xdr_setpos(). How should I use these functions? I tried: XDRFILE *xtc; unsigned int pos; pos=xdr_getpos(xtc.xdr); but I got: error: request for member ‘xdr’ in something not a structure or union Thanks in advance. YC