CHANGELOG
资源名称:xtractor.zip [点击查看]
上传用户:xmgzy123
上传日期:2007-01-07
资源大小:373k
文件大小:2k
源码类别:
SCSI/ASPI
开发平台:
WINDOWS
- v0.94:
- Cleaned up the "#ifdef _DEBUG" code considerably.
- Now the SCSI pass through code tries the call to CreateFile with
- and without the GENERIC_WRITE flag -- hopefully this will let the
- call work on more machines.
- The MSVC directory now contains an import lib created with a
- relatively recent version of MSVC.
- Optional paramater can be set via ModifyCDParms to save/read
- info to/from cdplayer.ini when making calls to CDDB functions.
- Set CDDB_OPT_USECDPLAYERINI to TRUE to enable the use of
- cdplayer.ini.
- Added SPTIOpenCDHandle to scsi pass through code. Specifically,
- under NT/2000 I don't want to leave device handles open unless
- GetCDHandle() has been explicitly called.
- v0.93:
- Added GENERIC_WRITE to to flags on the call to CreateFile in the
- SCSI pass through code -- Win2K seems to need it, while NT (SP4+)
- does not.
- Added function CDDBGetServerList. Provides a quick way to retrieve
- the "sites" command from the configured CDDB server.
- v0.92:
- Fixed a stupid bug in the Plextor (readd8.c) code.
- Implemented minimal ASPI emulation layer for Windows NT/2K machines
- without an ASPI manager installed. If the DLL is unable to load
- ASPI, it will check if it is able to use the NT SCSI pass through
- IOCTL by sending an INQUIRY command to devices identified as
- DRIVE_CDROM by GetDriveType().
- v0.91:
- Added CDDB support. The functions are GetCDDBDiskID, CDDBQuery,
- CDDBGetDiskInfo, and CDDBSetOption.
- Added dummy "stub" functions for WNASPI functions when WNASPI32.DLL
- can't be loaded. Eliminates GPF when WNASPI32.DLL is not present.
- Added GetAKRipDllVersion().