CR_GetPlayPosition( dwRelPos, dwAbsPos )returns constant numbers along the play process.
The CR_GetPlayPosition function calls
BYTE CScsiCD::CurrentPosition(DWORD& dwRelPos,DWORD& dwAbsPos)
and also uses the function
--> scsi_cmds.cpp -> read_subchannel(m_pSCSI,(CHAR*)m_pbtBuffer,0,m_nBufferSize,0,1, 0x01);
that is used by CR_isAudioPlaying function ... not working.