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.
Printable View
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.
http://www.vbforums.com/showthread.p...highlight=burn - voilla. This is in the codebank forum.
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.
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.
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.