Path: chuka.playstation.co.uk!news From: "Jon Prestidge (Moose)" Newsgroups: scee.yaroze.freetalk.english Subject: Re: GsGetTimInfo Problems Date: Tue, 28 Mar 2000 21:24:10 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 17 Message-ID: <8br4jj$imc4@chuka.playstation.co.uk> References: <38DE8C08.B63A2993@yahoo.com> NNTP-Posting-Host: host62-6-96-41.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Hello Daniel, > GsGetTimInfo(&(pT->base), pI); I don't know C++ I'm afraid. I don't undestand what the brackets round pT->base are for... is that a C++ thing? If pT->base is a pointer then in C, I personally, would have done: GsGetTimInfo( (unsigned long) pT->base, pI ); or if pT->base is the actual data then I would have put:- GsGetTimInfo( (unsigned long) &pT->base, pI ); Jon Prestidge