Results 1 to 14 of 14

Thread: Writing CD-R(W)s from VB - solved

Hybrid View

  1. #1

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

    Re: Writing CD-R(W)s from VB - solved

    It's for low level CD/DVD-ROM access.
    Why should it read floppy disks? (http://www.vbcity.com/forums/faq.asp...ystem&#TID6975 ?)

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

    Re: Writing CD-R(W)s from VB - solved

    Sorry for jumping in on this thread but, I continue to get the "Unable to set the version compatible component: C:\...\WINDOWS\system32\Flamed.dll" error when I load the project for the first time. I've tried 'Starting with Full Compile' and all it does is sit there running...no Flamed.dll created anywhere. Maybe I'm missing something in the readme.txt?

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

    Re: Writing CD-R(W)s from VB - solved

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

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