Results 1 to 7 of 7

Thread: VB6 - DLL for programming CD/DVD-ROM devices

  1. #1

    Thread Starter
    Lively Member rm_03's Avatar
    Join Date
    Aug 2004
    Posts
    92

    VB6 - DLL for programming CD/DVD-ROM devices

    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

    Finally finished after 3 years of work
    Attached Files Attached Files

  2. #2
    New Member
    Join Date
    Aug 2005
    Posts
    7

    Re: VB6 - DLL for programming CD/DVD-ROM devices

    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.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: VB6 - DLL for programming CD/DVD-ROM devices

    Quote Originally Posted by MrFox
    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.

  4. #4
    New Member
    Join Date
    Aug 2005
    Posts
    7

    Re: VB6 - DLL for programming CD/DVD-ROM devices

    Thanks, problems solved. I was trying to Run the Flamed.vbp when I needed to select the File | Make Flamed.dll

  5. #5
    New Member
    Join Date
    Oct 2005
    Posts
    2

    Wink Re: VB6 - DLL for programming CD/DVD-ROM devices

    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 ....

  6. #6
    New Member
    Join Date
    Sep 2005
    Posts
    2

    Re: VB6 - DLL for programming CD/DVD-ROM devices

    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

  7. #7
    Fanatic Member
    Join Date
    Aug 2005
    Location
    South Africa
    Posts
    760

    Re: VB6 - DLL for programming CD/DVD-ROM devices

    Looks good
    If I helped you out, please consider adding to my reputation!

    -- "The faulty interface lies between the chair and the keyboard" --

    VB6 Programs By Me:
    ** Dictionary, Thesaurus & Rhyme-Generator In One ** WMP Recent Files List Editor ** Pretty Impressive Clock ** Extract Firefox History **

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width