An open source Active-X DLL for programming CD/DVD-ROM devices, completely writtein VB 6.
Comes with plenty of examples and a complete CD burning app.
You can also directly send SCSI/ATAPI packets to the drives.
Shows how to:
use the ACM (Audio Compression Manager) for MP3 (de)compression, PCM WAV transcoding,
use Windows multimedia APIs (WAV stream playback),
gain low level access to drives
and much more
included examples for using the lib:
burn ISO images, Audio and Data CDs,
convert BIN to ISO, save sessions to BIN/CUE,
extract tracks from BIN/CUE images,
gather information about drives, CDs and their content,
play CDs analog/digital, erasing CD-RWs,
grab data tracks to ISO, grab audio tracks to WAV/MP3,
read CD-Text, query FreeDB, extract files from ISO images,
drive monitor (fires if medium arrived/removed)
and a complete app combining all the examples.
System requirements:
Windows 9x/Me: ASPI driver (google will find a lot)
Windows NT/2K/XP: administrator rights or ASPI driver
I've tried several times now to run the demos and run the Flamed project, but I keep getting the "MISSING:Flamed.dll" refference missing error. I've looked all throughout the download for the .dll to add to reference, but I'm at a loss.
I've tried several times now to run the demos and run the Flamed project, but I keep getting the "MISSING:Flamed.dll" refference missing error. I've looked all throughout the download for the .dll to add to reference, but I'm at a loss.
Compiled files like .exes, .dlls and .ocxs are not permitted in CodeBank attachments. Please see "sticky" thread at the top of this section.
If you look at the files in the attachment, there is a FlamedLib.vbp - although I've not downloaded and ran this project, I'm guessing there would be a good place to start for the source code of the dll. You would have to compile it yourself.
Greetings rm_03,very nice and handy job with flamed v4 version... I realy like it... u get 5 from me
But There IS one little problem with your code....
And situation is like this,when i try to burn data cd everything is ok...
with parameter cDataCD.NextSessionAllowed = True
But when i put that cd back for continue burning files on (like continuing multissesion) there i get problems....
Everything works and and track is burned on cd,but is not readable,files burned in first session are there (Track 1) and (track 2 is there too..) but i cant acess the files or see them....
So i can tell for sure that that is bug on all platforms and cd writers...
I tried to code some things in FlamedLib but with no sucess.
I assume and suspect that thing is in FL_CDDataWriter class
in part :
lngNWA = cd.LShift(udtTrack.Track_Next_Writable(0), 24) Or _
cd.LShift(udtTrack.Track_Next_Writable(1), 16) Or _
cd.LShift(udtTrack.Track_Next_Writable(2), 8) Or _
udtTrack.Track_Next_Writable(3)
so i wuld apriciate some hints ideas or so... comon people lets make it Better ! and put it together better ....
Hi.
the software is look like good but there is a small problem.it gives me the message that "Invalid medium".
I'm using CD , DVD Combo in my computer.
How Can I solve this situtation.
thanks