Path: chuka.playstation.co.uk!news From: brainchild@cww.de Newsgroups: scee.yaroze.programming.libraries Subject: Read from CD Date: Thu, 27 Aug 1998 15:28:42 +0200 Organization: Prolixity Lines: 28 Message-ID: <35E55F0A.616FB8A7@cww.de> Reply-To: brainchild@cww.de NNTP-Posting-Host: stud-156.HRZ.Uni-Dortmund.DE Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mozilla 4.05 [de]C-NECCK (Win95; I) Hi... who can tell me why the following little program doesn´t work ???? I only get a strange error like this... CD_cw:(CdlSetloc) Sync=NoIntr, Ready=NoIntr (I use Codeworrier V 2.0.3) Are there other methods to read files from CD ??? cYa Jo... #include u_long sectbuf[1024]; u_long Len; main() { Len = CdReadFile("\DATA\TEXTURE\FANCY\CHECK01.TIM", sectbuf, 0); printf("Bytes:%d\n",Len); }