Share

CD-DA X-Tractor

Code

Programming Languages: C, C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2003-04-23 cvs -d:pserver:anonymous@xtractor.cvs.sourceforge.net:/cvsroot/xtractor login

cvs -z3 -d:pserver:anonymous@xtractor.cvs.sourceforge.net:/cvsroot/xtractor co -P modulename

Show:

What's happening?

  • needs installer

    I can provide an NSIS installer example which will also fit your project with a some tweaks. it will take at least a global search and replace. it uses the text file gpl.txt in the same directory for a license.

    2009-11-07 04:12:50 UTC by jmichae3

  • Segment rip crash

    The software was crashing when I tried to rip a segment. After fiddling with the code a bit, I found that the cdHandles object wasn't being initialised for some reason. The fix I came up with: in aspilib.c function ReadCDAudioLBA Insert the following four lines before the line retVal = cdHandles[idx].pfnRead( hCD, t ); if(cdHandles[idx].readType==0) { cdHandles[idx].pfnRead =...

    2009-02-12 00:35:49 UTC by aldenbates

  • Followup: RE: Stagnant project?

    I ended up compiling this under MS Visual Studio in the end.

    2009-02-12 00:31:18 UTC by aldenbates

Our Numbers