View previous topic :: View next topic |
Author |
Message |
FreezingFire Admin Team
Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Sep 21, 2003 2:48 am Post subject: CD Burning Functionality |
|
|
I'd gladly pay for an extension or VDS functionality to burn CDs. This would
be extremely useful and I'm sure a lot of other people would be interested
too. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
Back to top |
|
|
PGWARE Web Host
Joined: 29 Dec 2001 Posts: 1564
|
Posted: Sun Sep 21, 2003 7:34 am Post subject: |
|
|
I've looked into it and there are components but it would be alot of work to do. I wouldn't even attempt to create something like this without a component. A dll like this would be quite expensive to make because of the enormous amount of time required. Also I'm really not sure how standard and well it would work with the numerous cdr/cdrw drives available.
I'm not certain but I think SADE was in the process or had already built a cdr/cdrw dll that they are using internally. Again I can't remember if the dll was already built or they were planning on it. |
|
Back to top |
|
|
jules Professional Member
Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Sun Sep 21, 2003 9:50 am Post subject: |
|
|
Quote: | I'm not certain but I think SADE was in the process or had already built a cdr/cdrw dll that they are using internally. Again I can't remember if the dll was already built or they were planning on it. |
They were, and I wrote it. They also paid quite a lot of money to license an expensive Delphi component that was used tp create it. I seem to recall the problem was that the licensing terms did not allow the component to be distributed as what is effectively another component. It could only be distributed with an application. So presumably the developer would have wanted to be paid 600 bucks or whatever it was for each copy sold of the extension that was created using it.
I don't know what happened to it in the end, as after I finished it I never had anything more to do with it. _________________ The Tech Pro
www.tech-pro.net |
|
Back to top |
|
|
Skit3000 Admin Team
Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
Back to top |
|
|
CodeScript Moderator Team
Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Sep 21, 2003 5:40 pm Post subject: |
|
|
XP has built in CD buring support but you cannot/are not licensed to use it in design mode.
Nero API is I think the most practical way as most of the CD writers are bundled with it. I looked into it and did a trial run too(very crude). It takes a *lot* of work and you encounter problems of recursion, call back etc working in pure VDS + API
If you have something like Roxio's direct CD - UDF with shell support then you can send files to your drive using shell commands as if it were a floppy or something. Though this is the easiest it is not the best one as many people would not like this format due to various reasons.
IMHO Another major problem with third party Units/classes is the licensing terms they have and also the support for various CD writing hardware(as PGWARE already said) which drives anyone crazy but for a comapny entirely dedicated to CD writing software. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
Back to top |
|
|
|