Hello,
On Wed, 15 Aug 2001, Ron Clarke wrote:
> The only non-function I can now find is that the
> "FIRST", "NEXT", "LAST", "RANDOM"
> buttons do not work when a CD has just been inserted, but come good once
> the first track has been played, or after the "PAUSE/PLAY" has been
> clicked.
>
> Is this a bug or a feature ?
There, where there is no specification it is always a feature not a bug.
You can comment out line with
pause;
--> { pause; }
in procedure play in file cdplayer.pas and compile it.
You can use Free Pascal Compiler, Turbo Pascal or something else.
"pause;" was workaround to play with PTSATAPI.SYS from PTS-DOS, but
probably should be some initialization stuff in cdplayer instead.
Witek