Re: Save to CD
From: Gustavo \(IBBR\) (gu_sjc_ibbr_at_ig.com.br)
Date: 12/11/03
- Next message: Ignacio Vazquez: "Re: Save to CD"
- Previous message: Robert: "Re: File Open Dialog"
- Next in thread: Ignacio Vazquez: "Re: Save to CD"
- Reply: Ignacio Vazquez: "Re: Save to CD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 11 Dec 2003 02:26:08 -0300
Hi All,
Windows XP is embebed with a Roxio CD Burner.
Anybody knows how to use API functions to burn CD with this feature ?
I´ve been looking for some information about but i´m not found something.
Thanks in advance...
Gustavo.
---------
"john" <john123b@hotmail.com> escreveu na mensagem
news:3F8D35DA.1040309@hotmail.com...
> Hi,
>
> I am trying to save data to a file on any disc using
>
> AssignFile(F, AFileName);
> Rewrite(F);
> writeln(F, Somedata1);
> etc.
>
> How do I save a file to a rewriteable CD? Cannot find any reference to it.
>
> If I try to save to the CD drive I get the message 'File Access Denied'
> at the line Rewrite(F);
>
> Am using WinXP and D6.
>
>
> Thanks
> John
>
- Next message: Ignacio Vazquez: "Re: Save to CD"
- Previous message: Robert: "Re: File Open Dialog"
- Next in thread: Ignacio Vazquez: "Re: Save to CD"
- Reply: Ignacio Vazquez: "Re: Save to CD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|