Results 1 to 5 of 5

Thread: i need to know if burning cd using visualbasic is possible

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2008
    Posts
    46

    i need to know if burning cd using visualbasic is possible

    Hi, I need your help in visual basic 6. I need to know how to burn cd using visual basic 6. pls I need urgent answer.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: i need to know if burning cd using visualbasic is possible

    http://www.vbforums.com/showthread.p...highlight=burn - voilla. This is in the codebank forum.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: i need to know if burning cd using visualbasic is possible

    OK, I downloaded that file and double clicked on the vbp file. I get the following error message:

    Unable to set the version compatible component: C:\Windows\System32\FlamedLib.dll

    What does this mean and how to resolve it.

    Appearantly I must have downloaded something in the past (maybe even this same file but don't remember what or when) that had this DLL and it was saved in the System32 directory.

  4. #4
    Frenzied Member
    Join Date
    Nov 2005
    Posts
    1,834

    Re: i need to know if burning cd using visualbasic is possible

    The author of the code compiled the project on his computer and then zipped up the project and posted it here. VB "knows" it put FlamedLib.dll into the system32 folder, but it's not there, that's why you get that message. Just compile the DLL and then save the project.

    Next time you start the project it won't show that message anymore.
    Last edited by Chris001; Jun 17th, 2008 at 12:15 PM.

  5. #5
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: i need to know if burning cd using visualbasic is possible

    OK, thanks. I get it now. The main vbp is the DLL. I thought it was the application.

    I looked in the System32 directory and there is a FlamedLIb.dll dated 10/27/2007 so I must have downloaded this same project back then but forgot all about it. Once I recompiled the project like you said everything started to come into place then when I ran one of the demo samples I immediaetely remembered that particular demo so now I know for sure that I already started this project back in 10/2007 but for some reason left it and forgot all about it.

    Thanks for the reply.

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