From: "Paul Vanukoff" Newsgroups: comp.os.msdos.djgpp Subject: Re: CD player libraries? Date: Tue, 2 May 2000 09:40:26 -0700 Organization: Frontier GlobalCenter Inc. Lines: 61 Message-ID: <8en0dq$7pj$1@nnrp03.primenet.com> References: <8empao$5k6$1 AT nnrp02 DOT primenet DOT com> <390ef9f9$0$72098 AT SSP1NO17 DOT highway DOT telekom DOT at> <8emvhq$7mn$1 AT nnrp03 DOT primenet DOT com> NNTP-Posting-Host: unknown-206-phx.globalcrossing.com X-Complaints-To: abuse AT globalcenter DOT net X-Posted-By: @206.165.0.206 (vanukoff) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Never mind it was in the FAQ. What puzzles me is that I am running win98se ... under a dos window, long filenames seem to be supported... hmm ... "Paul Vanukoff" wrote in message news:8emvhq$7mn$1 AT nnrp03 DOT primenet DOT com... > Seems nice, but I have a problem, when I run make, I get the following: > > D:\pvf409\djgpp\contrib\bcd>make > > gcc -O -Wall -DSTANDALONE -o bcd bcd.c > d:/pvf409/djgpp/bin/ld.exe: cannot open crt0.o: No such file or directory > (ENOENT) > collect2: ld returned 1 exit status > make.exe: *** [bcd] Error 1 > > Any suggestions? Am I missing something? What is "crt0.o" ? > > > "Florian X" wrote in message > news:390ef9f9$0$72098 AT SSP1NO17 DOT highway DOT telekom DOT at... > > Hi! > > > > There is a very good cd lib: BCD 1.04 > > > > ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/bcd_104.zip > > > > Bye, Florian > > > > Paul Vanukoff schrieb in Nachricht <8empao$5k6$1 AT nnrp02 DOT primenet DOT com>... > > >Are there any good, robust CD player libraries available for dgjpp? I > need > > >the following abilities: > > > > > >get some basic info about cd: number of tracks, track lengths, etc. > > >play from beginning of a track. > > >pause track and retrieve time-position. > > >play from arbitrary time-position. > > > > > >I basically need to be able to play a track, pause it, play another > track, > > >then go back to playing the original track at the point I left off at. > > > > > >If no such library exists, I will have to create my own I suppose. I have > > >read the cdrom programming faq, so that is at least a starting point. > > Thanks > > >for reading this! > > > > > >-- > > >Paul Vanukoff > > >vanukoff AT primenet DOT com > > > > > > > > > > > > > > >